Replace 'try!' with '?' in serde_derive

This commit is contained in:
David Tolnay
2023-07-27 19:11:15 -07:00
parent db8f06467b
commit 6f1f38d046
6 changed files with 90 additions and 118 deletions
@@ -14,7 +14,6 @@ mod internals;
mod pretend;
mod ser;
mod this;
mod try;
use proc_macro::TokenStream;
use syn::{parse_macro_input, DeriveInput};