diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-03-13 10:58:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-13 10:58:13 +0100 |
| commit | 3b1776dc292d057f59ed94de0d2c14ff43d73a55 (patch) | |
| tree | d550dc7c4bf08c5bea96fc076d6e712b30cb89c1 /src/tools/rls/README.md | |
| parent | 961351c76c812e3aeb65bfb542742500a6436aed (diff) | |
| parent | 707d4b7a93fbe0df653bab88e78d2baf4bfd989d (diff) | |
| download | rust-3b1776dc292d057f59ed94de0d2c14ff43d73a55.tar.gz rust-3b1776dc292d057f59ed94de0d2c14ff43d73a55.zip | |
Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789
remove deprecated tool `rls` This tool has been deprecated for two years and now it only gives warning without doing anything useful. Zulip discussion: https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/excluding.20rls.20from.20the.20release try-job: x86_64-gnu-distcheck
Diffstat (limited to 'src/tools/rls/README.md')
| -rw-r--r-- | src/tools/rls/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/rls/README.md b/src/tools/rls/README.md deleted file mode 100644 index 43c331c413f..00000000000 --- a/src/tools/rls/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# RLS Stub - -RLS has been replaced with [rust-analyzer](https://rust-analyzer.github.io/). - -This directory contains a stub which replaces RLS with a simple LSP server -which only displays an alert to the user that RLS is no longer available. |
