We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ee58b commit 8874eddCopy full SHA for 8874edd
src/main.rs
@@ -28,7 +28,7 @@ with:
28
-D --deny OPT Set lint denied
29
-F --forbid OPT Set lint forbidden
30
31
-You can use tool lints to allow or deny lints from your code, eg.:
+You can use tool lints to allow or deny lints from your code, e.g.:
32
33
#[allow(clippy::needless_lifetimes)]
34
"#;
0 commit comments