Skip to content

Commit 1db535a

Browse files
committed
Remove unnecessary documentation
1 parent 72247d8 commit 1db535a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,6 @@ Manually testing against an example file is useful if you have added some
168168
local modifications, run `env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug input.rs`
169169
from the working copy root.
170170

171-
### Linting Clippy with your local changes
172-
173-
Clippy CI only passes if all lints defined in the version of the Clippy being
174-
tested pass (that is, don’t report any suggestions). You can avoid prolonging
175-
the CI feedback cycle for PRs you submit by running these lints yourself ahead
176-
of time and addressing any issues found:
177-
178-
```
179-
cargo build
180-
`pwd`/target/debug/cargo-clippy clippy --all-targets --all-features -- -D clippy::all -D clippy::internal -D clippy::pedantic
181-
```
182-
183171
### How Clippy works
184172

185173
Clippy is a [rustc compiler plugin][compiler_plugin]. The main entry point is at [`src/lib.rs`][main_entry]. In there, the lint registration is delegated to the [`clippy_lints`][lint_crate] crate.

0 commit comments

Comments
 (0)