Skip to content

Commit 4450b3e

Browse files
committed
Fix awkward wording
1 parent 30b3bc8 commit 4450b3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ Manually testing against an example file is useful if you have added some
152152
local modifications, run `env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug input.rs`
153153
from the working copy root.
154154

155-
### Running Clippy Against Clippy
155+
### Linting Clippy with your changes locally
156156

157-
Clippy CI runs all lints defined in the version of the Clippy being tested pass
158-
(that is, don’t report any suggestions). You can avoid prolonging the CI
159-
feedback cycle for PRs you submit by running these lints yourself ahead of time
160-
and addressing any issues found:
157+
Clippy CI only passes if all lints defined in the version of the Clippy being
158+
tested pass (that is, don’t report any suggestions). You can avoid prolonging
159+
the CI feedback cycle for PRs you submit by running these lints yourself ahead
160+
of time and addressing any issues found:
161161

162162
```
163163
cargo build

0 commit comments

Comments
 (0)