Remove unused dependencies
This commit is contained in:
parent
8c72c00abd
commit
5ca6281164
4 changed files with 0 additions and 13 deletions
|
|
@ -6,11 +6,8 @@ authors = ["rust-analyzer developers"]
|
|||
|
||||
[dependencies]
|
||||
format-buf = "1.0.0"
|
||||
once_cell = "1.0.1"
|
||||
join_to_string = "0.1.3"
|
||||
itertools = "0.8.0"
|
||||
arrayvec = "0.4.10"
|
||||
rustc-hash = "1.0.1"
|
||||
rustc_lexer = "0.1.0"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ parking_lot = "0.9.0"
|
|||
jod-thread = "0.1.0"
|
||||
ra_vfs = "0.4.0"
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
ra_db = { path = "../ra_db" }
|
||||
ra_cfg = { path = "../ra_cfg" }
|
||||
ra_text_edit = { path = "../ra_text_edit" }
|
||||
ra_ide_api = { path = "../ra_ide_api" }
|
||||
lsp-server = "0.2.0"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ authors = ["rust-analyzer developers"]
|
|||
ra_syntax = { path = "../ra_syntax" }
|
||||
ra_parser = { path = "../ra_parser" }
|
||||
tt = { path = "../ra_tt", package = "ra_tt" }
|
||||
itertools = "0.8.0"
|
||||
rustc-hash = "1.0.0"
|
||||
smallvec = "0.6.9"
|
||||
log = "0.4.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue