We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca5070 commit facfb5aCopy full SHA for facfb5a
clippy_dev/src/main.rs
@@ -22,7 +22,7 @@ fn main() {
22
.about("Makes sure that:\n \
23
* the lint count in README.md is correct\n \
24
* the changelog contains markdown link references at the bottom\n \
25
- * all lints groups include the correct lints\n \
+ * all lint groups include the correct lints\n \
26
* lint modules in `clippy_lints/*` are visible in `src/lib.rs` via `pub mod`\n \
27
* all lints are registered in the lint store")
28
.arg(
0 commit comments