From e68c20ef625488bde9f2b48b137fe02d63c60938 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Wed, 20 Sep 2017 21:29:16 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 63fa95b9158..4f8f83062c5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -54,6 +54,8 @@ Misc to [doc.rust-lang.org/cargo](https://doc.rust-lang.org/cargo) - [The rustdoc book is now available][43863] at [doc.rust-lang.org/rustdoc](https://doc.rust-lang.org/rustdoc) +- [Added a preview of RLS has been made available through rustup][44204] + Install with `rustup component add rls-preview` Compatibility Notes ------------------- @@ -63,8 +65,6 @@ Compatibility Notes Was previously relative to the rustc's internal `CodeMap` struct which required the unstable library `libsyntax` to correctly use. - [`unused_results` lint no longer ignores booleans][43728] -- [Added a preview of RLS has been made available through rustup][44204] - Install with `rustup component add rls-preview` [42565]: https://github.com/rust-lang/rust/pull/42565 [42588]: https://github.com/rust-lang/rust/pull/42588