#[no_clippy]
Expand description
Mark code where certain clippy lints are deliberately suppressed.
Accepts a string literal describing which lints and why,
like #[no_clippy("too_many_arguments: this API needs to be flexible")]
.
This attribute does not modify the item it annotates.