mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
remove deprecated (finally removed?) rls
This commit is contained in:
parent
1a388dc9d9
commit
c160f4f6d7
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue