and some more spaces

This commit is contained in:
Nikolay Volf 2016-04-23 18:53:09 +03:00
parent 5d06b04e41
commit 4670fd43ed

View File

@ -113,11 +113,11 @@ fn serialize_item(
#[allow(unreachable_code)]
fn binary_expr(
cx: &ExtCtxt,
builder: &aster::AstBuilder,
item: &Item,
impl_generics: &ast::Generics,
ty: P<ast::Ty>,
cx: &ExtCtxt,
builder: &aster::AstBuilder,
item: &Item,
impl_generics: &ast::Generics,
ty: P<ast::Ty>,
) -> Result<BinaryExpressions, Error> {
match item.node {
ast::ItemKind::Struct(ref variant_data, _) => {