remove deprecated (finally removed?) rls

This commit is contained in:
Jacob Heider 2022-11-03 20:33:38 -04:00 committed by Jacob Heider
parent 1a388dc9d9
commit c160f4f6d7

View file

@ -13,7 +13,6 @@ provides:
- bin/cargo-clippy - bin/cargo-clippy
- bin/cargo-fmt - bin/cargo-fmt
- bin/clippy-driver - bin/clippy-driver
- bin/rls
- bin/rust-analyzer - bin/rust-analyzer
- bin/rust-gdb - bin/rust-gdb
- bin/rust-gdbgui - bin/rust-gdbgui
@ -24,7 +23,6 @@ provides:
#TODO: unimplemented idea for the “options” feature #TODO: unimplemented idea for the “options” feature
options: options:
- rls
- clippy - clippy
- rustfmt - rustfmt
- analysis - analysis
@ -63,9 +61,8 @@ build:
- --prefix={{ prefix }} - --prefix={{ prefix }}
- --enable-ninja - --enable-ninja
- --disable-docs # docs are online - --disable-docs # docs are online
- --tools=rls,clippy,rustfmt,analysis - --tools=clippy,rustfmt,analysis
tools: tools:
- rls # deprecated for rust-analyzer some time ago -- remove eventually
- clippy - clippy
- rustfmt - rustfmt
- rust-analyzer - rust-analyzer