Ignore redundant_field_names lint

This commit is contained in:
David Tolnay
2018-02-27 11:13:26 -08:00
parent 8bba8447ef
commit d6f07f2f47
6 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
// except according to those terms.
#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.19.0")]
#![cfg_attr(feature = "cargo-clippy", allow(cyclomatic_complexity, doc_markdown, match_same_arms))]
#![cfg_attr(feature = "cargo-clippy", allow(cyclomatic_complexity, doc_markdown, match_same_arms,
redundant_field_names))]
#[macro_use]
extern crate syn;