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
-1
View File
@@ -90,7 +90,6 @@ mod dummy;
mod pretend;
mod ser;
mod this;
mod try;
#[cfg(precompiled)]
macro_rules! parse_macro_input {