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
+2 -3
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
)
)]