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",
allow(
cyclomatic_complexity,
doc_markdown,
match_same_arms,
redundant_field_names
redundant_field_names,
trivially_copy_pass_by_ref
)
)]