mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Fix typo
This commit is contained in:
parent
cca50701d9
commit
facfb5a7a9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fn main() {
|
|||
.about("Makes sure that:\n \
|
||||
* the lint count in README.md is correct\n \
|
||||
* the changelog contains markdown link references at the bottom\n \
|
||||
* all lints groups include the correct lints\n \
|
||||
* all lint groups include the correct lints\n \
|
||||
* lint modules in `clippy_lints/*` are visible in `src/lib.rs` via `pub mod`\n \
|
||||
* all lints are registered in the lint store")
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue