Simplify recommended command

This commit is contained in:
Guido 2018-02-07 19:24:38 +01:00 committed by GitHub
parent 6f48e37d22
commit 45e4f3aac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ To have cargo compile your crate with clippy without needing `#![plugin(clippy)]
in your code, you can use: in your code, you can use:
```terminal ```terminal
cargo rustc -- -L /path/to/clippy_so/dir/ -Z extra-plugins=clippy cargo-clippy
``` ```
*[Note](https://github.com/rust-lang-nursery/rust-clippy/wiki#a-word-of-warning):* *[Note](https://github.com/rust-lang-nursery/rust-clippy/wiki#a-word-of-warning):*