From 240d9716d89df4dcf7247b6fa6a6b1976ef78fb2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 4 Jun 2015 09:15:56 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a85a319bf0f..e80af039f57b 100644 --- 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]