We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4511f4e commit e1d7f00Copy full SHA for e1d7f00
CONTRIBUTING.md
@@ -149,8 +149,8 @@ Therefore you should use `tests/ui/update-all-references.sh` (after running
149
150
Manually testing against an example file is useful if you have added some
151
`println!`s and test suite output becomes unreadable. To try Clippy with your
152
-local modifications, run `cargo run --bin clippy-driver -- -L ./target/debug input.rs` from the
153
-working copy root.
+local modifications, run `env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug input.rs`
+from the working copy root.
154
155
### How Clippy works
156
0 commit comments