From a8e185646b0fbba010a4945de008396c15da1e36 Mon Sep 17 00:00:00 2001 From: Xavier Bestel Date: Fri, 24 Jun 2016 14:55:17 +0200 Subject: [PATCH] *latest* nightly --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 652aec0e474..8a6d212add7 100644 --- a/README.md +++ b/README.md @@ -181,12 +181,11 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/ ## Usage -Clippy will most probably need Rust nightly to compile. +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.