diff options
| author | Aaron Power <Aaronepower@users.noreply.github.com> | 2018-08-22 21:18:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-22 21:18:31 +0100 |
| commit | 200c6d9fb58ceafd8a6f3742382f9fce122bb157 (patch) | |
| tree | 620b31589af9f5a0ae727fe5a9aa036f9fc91879 | |
| parent | f07245c041384649e0caeca4555540be94620d80 (diff) | |
| download | rust-200c6d9fb58ceafd8a6f3742382f9fce122bb157.tar.gz rust-200c6d9fb58ceafd8a6f3742382f9fce122bb157.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index ac7fd5c8737..7e727e0d41b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -39,8 +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` +- [A preview of clippy has been made available through rustup.][51122] + You can install the preview with `rustup component add clippy-preview` Compatibility Notes ------------------- |
