about summary refs log tree commit diff
path: root/src/tools/rls/README.md
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-13 10:58:13 +0100
committerGitHub <noreply@github.com>2025-03-13 10:58:13 +0100
commit3b1776dc292d057f59ed94de0d2c14ff43d73a55 (patch)
treed550dc7c4bf08c5bea96fc076d6e712b30cb89c1 /src/tools/rls/README.md
parent961351c76c812e3aeb65bfb542742500a6436aed (diff)
parent707d4b7a93fbe0df653bab88e78d2baf4bfd989d (diff)
downloadrust-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.md6
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.