about summary refs log tree commit diff
path: root/src/tools/rls/README.md
diff options
context:
space:
mode:
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.