diff options
| author | mikkoglinn678 <66647152+mikkoglinn678@users.noreply.github.com> | 2023-12-29 20:46:37 -0600 |
|---|---|---|
| committer | mikkoglinn678 <66647152+mikkoglinn678@users.noreply.github.com> | 2023-12-29 20:46:37 -0600 |
| commit | 95f8f1eed26c52f3885a0d429976cf1de084e267 (patch) | |
| tree | e6b79660864b97c15447d430d29174a247786e07 | |
| parent | 174a0d7be6f18bf6470a46d107e4b3f0b870c315 (diff) | |
| download | rust-95f8f1eed26c52f3885a0d429976cf1de084e267.tar.gz rust-95f8f1eed26c52f3885a0d429976cf1de084e267.zip | |
fix typo in creating early lint pass
| -rw-r--r-- | clippy_dev/src/new_lint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/src/new_lint.rs b/clippy_dev/src/new_lint.rs index 31a42734c13..5d9cde06cd8 100644 --- a/clippy_dev/src/new_lint.rs +++ b/clippy_dev/src/new_lint.rs @@ -67,7 +67,7 @@ pub fn create( if pass == "early" { println!( "\n\ - NOTE: Use a late pass unless you need something specific from\ + NOTE: Use a late pass unless you need something specific from\n\ an early pass, as they lack many features and utilities" ); } |
