about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2018-08-22 09:18:34 +0100
committerGitHub <noreply@github.com>2018-08-22 09:18:34 +0100
commitf07245c041384649e0caeca4555540be94620d80 (patch)
tree4df1c6841d23fbca92f97537af661883dc905916
parent786ccc336dc684cdb00402e84abe4a9bc53857cf (diff)
downloadrust-f07245c041384649e0caeca4555540be94620d80.tar.gz
rust-f07245c041384649e0caeca4555540be94620d80.zip
Update RELEASES.md
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 088d361b7ea..ac7fd5c8737 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -39,6 +39,8 @@ Misc
   will demote `deny` and `forbid` lints to `warn`.
 - [`rustc` and `rustdoc` will now have the exit code of `1` if compilation
   fails, and `101` if there is a panic.][52197]
+- [Added a preview of clippy has been made available through rustup][51122]
+  Install with `rustup component add clippy-preview`
 
 Compatibility Notes
 -------------------
@@ -64,6 +66,7 @@ Compatibility Notes
 [51619]: https://github.com/rust-lang/rust/pull/51619/
 [51656]: https://github.com/rust-lang/rust/pull/51656/
 [51178]: https://github.com/rust-lang/rust/pull/51178/
+[51122]: https://github.com/rust-lang/rust/pull/51122
 [50494]: https://github.com/rust-lang/rust/pull/50494/
 [cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/
 [cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/