diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 8a52478d..b8690409 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -86,7 +86,7 @@ #![cfg_attr(feature = "alloc", feature(alloc))] #![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( @@ -101,7 +101,7 @@ zero_prefixed_literal ) )] -// Whitelisted clippy_pedantic lints +// Ignored clippy_pedantic lints #![cfg_attr(feature = "cargo-clippy", allow( // integer and float ser/de requires these sorts of casts cast_possible_truncation, diff --git a/serde_derive/src/lib.rs b/serde_derive/src/lib.rs index 1342a63c..331f49fa 100644 --- a/serde_derive/src/lib.rs +++ b/serde_derive/src/lib.rs @@ -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( diff --git a/serde_test/src/lib.rs b/serde_test/src/lib.rs index bc5675a0..dbec5c11 100644 --- a/serde_test/src/lib.rs +++ b/serde_test/src/lib.rs @@ -147,9 +147,9 @@ #![doc(html_root_url = "https://docs.rs/serde_test/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(float_cmp))] -// Whitelisted clippy_pedantic lints +// Ignored clippy_pedantic lints #![cfg_attr( feature = "cargo-clippy", allow(