Skip to content

Commit 18483f8

Browse files
authored
Merge pull request #2115 from niklasf/fix-manual-testing-docs
Fix manual testing command in docs
2 parents 8ce9c24 + ff25013 commit 18483f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ the output looks as you expect with `git diff`. Commit all `*.stderr` files, too
7777

7878
Manually testing against an example file is useful if you have added some
7979
`println!`s and test suite output becomes unreadable. To try clippy with your
80-
local modifications, run `cargo run -- -L ./target/debug input.rs` from the
80+
local modifications, run `cargo run --bin clippy-driver -- -L ./target/debug input.rs` from the
8181
working copy root. Your test file, here `input.rs`, needs to have clippy
8282
enabled as a plugin:
8383

0 commit comments

Comments
 (0)