]> git.lizzy.rs Git - rust.git/commitdiff
Update README.md
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 4 Jun 2015 03:45:56 +0000 (09:15 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 4 Jun 2015 03:45:56 +0000 (09:15 +0530)
README.md

index 4a85a319bf0f2cb62c8ff19fffbf4a76de668ec2..e80af039f57b26d9d9635a031f1a911db79bd924 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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]