Skip to content

Commit facfb5a

Browse files
committed
Fix typo
1 parent cca5070 commit facfb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clippy_dev/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn main() {
2222
.about("Makes sure that:\n \
2323
* the lint count in README.md is correct\n \
2424
* the changelog contains markdown link references at the bottom\n \
25-
* all lints groups include the correct lints\n \
25+
* all lint groups include the correct lints\n \
2626
* lint modules in `clippy_lints/*` are visible in `src/lib.rs` via `pub mod`\n \
2727
* all lints are registered in the lint store")
2828
.arg(

0 commit comments

Comments
 (0)