mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-28 07:30:57 +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:
|
in your code, you can use:
|
||||||
|
|
||||||
```terminal
|
```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):*
|
*[Note](https://github.com/Manishearth/rust-clippy/wiki#a-word-of-warning):*
|
||||||
|
|
Loading…
Reference in a new issue