Simplify recommended command
This commit is contained in:
parent
6f48e37d22
commit
45e4f3aac7
|
@ -91,7 +91,7 @@ To have cargo compile your crate with clippy without needing `#![plugin(clippy)]
|
|||
in your code, you can use:
|
||||
|
||||
```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):*
|
||||
|
|
Loading…
Reference in New Issue