mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
dd5fa7d9b3
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`.
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.