Update test suite to use tool attrs

This commit is contained in:
David Tolnay
2018-12-31 21:58:16 -05:00
parent ce84a5f1d3
commit 727a40fc5a
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
#![deny(trivial_numeric_casts)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
#![allow(clippy::redundant_field_names)]
mod bytes;