From ff25013384bbd19944e0a9a91b0b9c4a4a92e3c7 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sat, 7 Oct 2017 13:54:40 +0200 Subject: [PATCH] Fix manual testing command in docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef95a50dcef..631e9663db4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 `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 enabled as a plugin: