mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 22:07:56 +00:00
Clarify that these lints are ignored
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user