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

@@ -95,10 +95,7 @@ impl FromStr for Opcode {
/// `Box<AuxData>` to store the additional information out of line.
#[derive(Debug)]
pub enum InstructionData {
Nullary {
opcode: Opcode,
ty: Type,
},
Nullary { opcode: Opcode, ty: Type },
Unary {
opcode: Opcode,
ty: Type,