Update serde_derive_internals ignored lints

This commit is contained in:
David Tolnay 2018-12-31 22:53:09 -05:00
parent ba8c3970b0
commit f1f8386f2e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -4,9 +4,8 @@
feature = "cargo-clippy", feature = "cargo-clippy",
allow( allow(
cyclomatic_complexity, cyclomatic_complexity,
doc_markdown, redundant_field_names,
match_same_arms, trivially_copy_pass_by_ref
redundant_field_names
) )
)] )]