about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-08-24 16:44:39 +0800
committerkennytm <kennytm@gmail.com>2018-08-24 19:24:35 +0800
commit3fbd72e66b19e4f08692e7d75a6e6d1336fef3a9 (patch)
tree01b9a04686d071f14acc929538c8684eeeba1e33
parentc51903c73e1b1385ea124d3349fa0baa326bcbdd (diff)
parent200c6d9fb58ceafd8a6f3742382f9fce122bb157 (diff)
downloadrust-3fbd72e66b19e4f08692e7d75a6e6d1336fef3a9.tar.gz
rust-3fbd72e66b19e4f08692e7d75a6e6d1336fef3a9.zip
Rollup merge of #53594 - rust-lang:Aaronepower-patch-1, r=Mark-Simulacrum
Update RELEASES.md to include clippy-preview

[Rendered](https://github.com/rust-lang/rust/blob/Aaronepower-patch-1/RELEASES.md#misc)

r? @Mark-Simulacrum
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 088d361b7ea..7e727e0d41b 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]
+- [A preview of clippy has been made available through rustup.][51122]
+  You can install the preview 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/