From d80436f9f21cf2d6d95e585696a018077ec63ef3 Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 10 Jun 2016 13:43:32 +0200 Subject: [PATCH] Add a issue template and specify a *recent* nightly is needed --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ README.md | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..a19cb5d2c7c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,8 @@ + diff --git a/README.md b/README.md index 2e40f6ed74c..ffda505eeac 100644 --- a/README.md +++ b/README.md @@ -180,10 +180,10 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/ ### As a Compiler Plugin -Compiler plugins are highly unstable and will only work with a nightly Rust for now. -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. +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 +compile your stable programs with nightly Rust with clippy plugged in to +circumvent this. Add in your `Cargo.toml`: -- 2.44.0