More efficient try!() alternative

This commit is contained in:
David Tolnay
2018-04-21 10:51:32 -07:00
parent 382f3c2771
commit 6a8c39b2aa
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ mod fragment;
mod de;
mod ser;
mod try;
#[proc_macro_derive(Serialize, attributes(serde))]
pub fn derive_serialize(input: TokenStream) -> TokenStream {