]> git.lizzy.rs Git - rust.git/commitdiff
Merge pull request #1036 from bestouff/patch-1
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 24 Jun 2016 13:01:02 +0000 (18:31 +0530)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2016 13:01:02 +0000 (18:31 +0530)
Suggest Rust nightly

README.md

index d210a1b218ff10b63e6650547ec5e709d08c2d6d..8a6d212add7a2c591b646168d0732ec30fe8fa50 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.