Clarify that these lints are ignored

This commit is contained in:
David Tolnay
2018-12-31 22:49:38 -05:00
parent 9b4edb3a1d
commit 2f36b26a5c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.83")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy lints
// Ignored clippy lints
#![cfg_attr(
feature = "cargo-clippy",
allow(
@@ -30,7 +30,7 @@
used_underscore_binding,
)
)]
// Whitelisted clippy_pedantic lints
// Ignored clippy_pedantic lints
#![cfg_attr(
feature = "cargo-clippy",
allow(