diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-14 12:10:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-14 12:10:20 +0100 |
commit | bc7de5d47a56b9f2ab44f833130ba6d77aefe864 (patch) | |
tree | 0497c0fa3346dfadc05747fce9ae38fac72faed3 /crates/ra_lsp_server | |
parent | 691bc276862c83cb6ccb2db08c4c903863de8a94 (diff) | |
parent | ad1323c0a7af3c2e604df089f73f3ebb5f91a97c (diff) |
Merge #2002
2002: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index aedc55a95..46a0f958c 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -18,8 +18,6 @@ parking_lot = "0.9.0" | |||
18 | jod-thread = "0.1.0" | 18 | jod-thread = "0.1.0" |
19 | ra_vfs = "0.4.0" | 19 | ra_vfs = "0.4.0" |
20 | ra_syntax = { path = "../ra_syntax" } | 20 | ra_syntax = { path = "../ra_syntax" } |
21 | ra_db = { path = "../ra_db" } | ||
22 | ra_cfg = { path = "../ra_cfg" } | ||
23 | ra_text_edit = { path = "../ra_text_edit" } | 21 | ra_text_edit = { path = "../ra_text_edit" } |
24 | ra_ide_api = { path = "../ra_ide_api" } | 22 | ra_ide_api = { path = "../ra_ide_api" } |
25 | lsp-server = "0.2.0" | 23 | lsp-server = "0.2.0" |