Format with rustfmt 0.99.1

This commit is contained in:
David Tolnay
2018-08-06 22:40:28 -07:00
parent 5fff0d936d
commit 28db9d4989
6 changed files with 29 additions and 42 deletions
+2 -4
View File
@@ -129,8 +129,7 @@ fn enum_from_ast<'a>(
style: style,
fields: fields,
}
})
.collect()
}).collect()
}
fn struct_from_ast<'a>(
@@ -173,6 +172,5 @@ fn fields_from_ast<'a>(
attrs: attr::Field::from_ast(cx, i, field, attrs, container_default),
ty: &field.ty,
original: field,
})
.collect()
}).collect()
}