mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Merge pull request #1702 from shahn/so_dir
Clarify that -L needs the path to clippy_so's directory
This commit is contained in:
commit
f2ecb7f33c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,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 -Z extra-plugins=clippy
|
||||
cargo rustc -- -L /path/to/clippy_so/dir/ -Z extra-plugins=clippy
|
||||
```
|
||||
|
||||
*[Note](https://github.com/Manishearth/rust-clippy/wiki#a-word-of-warning):*
|
||||
|
|
Loading…
Reference in a new issue