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
+1 -1
View File
@@ -8,7 +8,7 @@
// https://github.com/rust-lang/rust/issues/47311
#![allow(unused_parens)]
#![cfg_attr(feature = "cargo-clippy", allow(double_parens))]
#![cfg_attr(feature = "cargo-clippy", allow(double_parens, redundant_field_names))]
#[macro_use]
extern crate serde_derive;