Merge pull request #1036 from bestouff/patch-1

Suggest Rust nightly
This commit is contained in:
Manish Goregaokar 2016-06-24 18:31:02 +05:30 committed by GitHub
commit 22cc9b05f5

View file

@ -181,10 +181,11 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
## Usage
As a general rule clippy will only work with the *latest* Rust nightly for now.
### As a Compiler Plugin
Compiler plugins are highly unstable and will only work with a *recent* nightly
Rust for now. Since stable Rust is backwards compatible, you should be able to
Since stable Rust is backwards compatible, you should be able to
compile your stable programs with nightly Rust with clippy plugged in to
circumvent this.