diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-11-03 18:48:39 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2018-11-03 18:48:39 +0100 |
| commit | facfb5a7a979054c26fdb3adf11b1c6c762fde13 (patch) | |
| tree | 86ceec52217546d7e99121f67eb86b649d1d2b3b /clippy_dev/src | |
| parent | cca50701d9b798c821bb4c5c4a20eb02d8d5f3a8 (diff) | |
| download | rust-facfb5a7a979054c26fdb3adf11b1c6c762fde13.tar.gz rust-facfb5a7a979054c26fdb3adf11b1c6c762fde13.zip | |
Fix typo
Diffstat (limited to 'clippy_dev/src')
| -rw-r--r-- | clippy_dev/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/src/main.rs b/clippy_dev/src/main.rs index 807e4a1b9af..288fb7c58b4 100644 --- a/clippy_dev/src/main.rs +++ b/clippy_dev/src/main.rs @@ -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( |
