Upgrade to rustfmt 0.6.0.

This commit is contained in:
Jakob Stoklund Olesen
2016-08-30 07:56:12 -07:00
parent 38e2436074
commit ba26ce2e98
6 changed files with 6 additions and 23 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,