Ignore renamed_and_removed_lints lint

The recommended replacement involving clippy::all has not been
stabilized yet.
This commit is contained in:
David Tolnay
2018-09-11 23:05:31 -07:00
parent 53fe1b328e
commit 66a9ccb10e
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.78")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy lints
#![cfg_attr(