Merge pull request #2115 from niklasf/fix-manual-testing-docs

Fix manual testing command in docs
This commit is contained in:
Oliver Schneider 2017-10-08 20:12:26 +02:00 committed by GitHub
commit 18483f89aa
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ the output looks as you expect with `git diff`. Commit all `*.stderr` files, too
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 -- -L ./target/debug input.rs` from the local modifications, run `cargo run --bin clippy-driver -- -L ./target/debug input.rs` from the
working copy root. Your test file, here `input.rs`, needs to have clippy working copy root. Your test file, here `input.rs`, needs to have clippy
enabled as a plugin: enabled as a plugin: