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