Don't yet use tool attrs because they are not stable

This commit is contained in:
David Tolnay 2018-09-15 10:02:56 -07:00
parent f26a44bcdc
commit 760f4f86d0

View file

@ -36,6 +36,7 @@
//! //!
//! ``` //! ```
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
#![cfg_attr(feature = "cargo-clippy", allow(match_same_arms))] #![cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]