Skip to content

Commit 91d922a

Browse files
authored
Merge pull request #1002 from Manishearth/issues
Add a issue template and specify a *recent* nightly is needed
2 parents f9b3aeb + d80436f commit 91d922a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!--
2+
Hi there! Whether you've come to make a suggestion for a new lint, an improvement to an existing lint or to report a bug or a false positive in Clippy, you've come to the right place.
3+
4+
If you want to report that Clippy does not compile, please be sure to be using the *latest version* of *Rust nightly*! Compiler plugins are highly unstable and will only work with a nightly Rust for now. If you are but still have a problem, please let us now!
5+
6+
Thank you for using Clippy!
7+
8+
Write your comment below this line: -->

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
180180

181181
### As a Compiler Plugin
182182

183-
Compiler plugins are highly unstable and will only work with a nightly Rust for now.
184-
Since stable Rust is backwards compatible, you should be able to compile
185-
your stable programs with nightly Rust with clippy plugged in to circumvent
186-
this.
183+
Compiler plugins are highly unstable and will only work with a *recent* nightly
184+
Rust for now. Since stable Rust is backwards compatible, you should be able to
185+
compile your stable programs with nightly Rust with clippy plugged in to
186+
circumvent this.
187187

188188
Add in your `Cargo.toml`:
189189

0 commit comments

Comments
 (0)