Upgrade to rustfmt 0.6.0

This commit is contained in:
Jakob Stoklund Olesen
2016-08-23 11:01:08 -07:00
parent 4ebad2060a
commit ddd205ff78
5 changed files with 6 additions and 18 deletions

View File

@@ -227,9 +227,7 @@ 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,