rust/src/tools/rls
Josh Stone dd5fa7d9b3 Don't use serde-derive in the rls shim
The already-small RLS shim can get a little smaller, and faster to
build, if we drop the serde-derive dependency and decode the one
"method" field it needs manually from `serde_json::Value`.
2023-07-10 14:53:57 -07:00
..
src Don't use serde-derive in the rls shim 2023-07-10 14:53:57 -07: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.