We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a1fac + 5f0617b commit 19af82cCopy full SHA for 19af82c
src/main.rs
@@ -33,10 +33,9 @@ with:
33
-D --deny OPT Set lint denied
34
-F --forbid OPT Set lint forbidden
35
36
-The feature `cargo-clippy` is automatically defined for convenience. You can use
37
-it to allow or deny lints from the code, eg.:
+You can use tool lints to allow or deny lints from your code, eg.:
38
39
- #[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
+ #[allow(clippy::needless_lifetimes)]
40
"#;
41
42
fn show_help() {
0 commit comments