Resolve redundant_field_names lint in serde_derive

This commit is contained in:
David Tolnay
2020-04-05 21:02:37 -07:00
parent 1b35c9e27e
commit b6def5300a
6 changed files with 32 additions and 39 deletions
-1
View File
@@ -21,7 +21,6 @@
clippy::cognitive_complexity,
clippy::enum_variant_names,
clippy::needless_pass_by_value,
clippy::redundant_field_names,
clippy::too_many_arguments,
clippy::trivially_copy_pass_by_ref,
clippy::used_underscore_binding,