fix command to manually test an example
This commit is contained in:
parent
4511f4edf4
commit
e1d7f00e43
1 changed files with 2 additions and 2 deletions
|
@ -149,8 +149,8 @@ Therefore you should use `tests/ui/update-all-references.sh` (after running
|
||||||
|
|
||||||
Manually testing against an example file is useful if you have added some
|
Manually testing against an example file is useful if you have added some
|
||||||
`println!`s and test suite output becomes unreadable. To try Clippy with your
|
`println!`s and test suite output becomes unreadable. To try Clippy with your
|
||||||
local modifications, run `cargo run --bin clippy-driver -- -L ./target/debug input.rs` from the
|
local modifications, run `env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug input.rs`
|
||||||
working copy root.
|
from the working copy root.
|
||||||
|
|
||||||
### How Clippy works
|
### How Clippy works
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue