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.
2 parents d47dbf5 + e1d7f00 commit 995a974Copy full SHA for 995a974
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