Rustfmt fixes

This commit is contained in:
Morgan Phillips
2016-08-29 13:17:08 -07:00
parent 7476d996f6
commit 894d3796fb
5 changed files with 22 additions and 5 deletions

View File

@@ -227,7 +227,9 @@ pub mod detail {
#[derive(Clone, Copy)]
pub enum Detail {
/// A boolean setting only uses one bit, numbered from LSB.
Bool { bit: u8 },
Bool {
bit: u8,
},
/// A numerical setting uses the whole byte.
Num,