Merge pull request #1702 from shahn/so_dir

Clarify that -L needs the path to clippy_so's directory
This commit is contained in:
Oliver Schneider 2017-04-26 14:33:04 +02:00 committed by GitHub
commit f2ecb7f33c

View file

@ -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):*