mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 09:57:55 +00:00
be more explicit in match for future-proofing code via exhaustiveness check
This commit is contained in:
@@ -209,7 +209,7 @@ fn check_internally_tagged_variant_name_conflict(
|
||||
}
|
||||
}
|
||||
},
|
||||
_ => {},
|
||||
Style::Unit | Style::Newtype | Style::Tuple => {},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user