Update README.md
This commit is contained in:
parent
87047c3223
commit
240d9716d8
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ clippy = "*"
|
|||
More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas!
|
||||
|
||||
##Usage
|
||||
|
||||
Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible you hsould be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this.
|
||||
|
||||
Add in your `Cargo.toml`:
|
||||
```toml
|
||||
[dependencies.clippy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue