mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +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-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
|
||||
|
|
Loading…
Reference in a new issue