rust/src/tools/rls
Nicholas Nethercote 84ac80f192 Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
..
src Reformat use declarations. 2024-07-29 08:26:52 +10:00
Cargo.toml Don't use serde-derive in the rls shim 2023-07-10 14:53:57 -07:00
README.md Sunset RLS 2022-08-27 21:36:08 -07:00

RLS Stub

RLS has been replaced with rust-analyzer.

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.