Format with rustfmt 2019-03-27

This commit is contained in:
David Tolnay
2019-04-03 09:34:53 -07:00
parent 465392b618
commit 82bde8d166
5 changed files with 35 additions and 15 deletions
+6 -1
View File
@@ -61,7 +61,12 @@ pub fn expand_derive_deserialize(input: &syn::DeriveInput) -> Result<TokenStream
}
};
Ok(dummy::wrap_in_const(cont.attrs.custom_serde_path(), "DESERIALIZE", ident, impl_block))
Ok(dummy::wrap_in_const(
cont.attrs.custom_serde_path(),
"DESERIALIZE",
ident,
impl_block,
))
}
fn precondition(cx: &Ctxt, cont: &Container) {