]> git.lizzy.rs Git - rust.git/commitdiff
Update RELEASES.md
authorAaron Power <Aaronepower@users.noreply.github.com>
Wed, 22 Aug 2018 08:18:34 +0000 (09:18 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 08:18:34 +0000 (09:18 +0100)
RELEASES.md

index 088d361b7ea6a961fca3219ef3d5be9d4b1431c7..ac7fd5c8737562c0bdfcd98a706048b84eb4c8d3 100644 (file)
@@ -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/