diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 16:44:33 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 16:44:33 +0100 |
commit | 32100022010ecfefd1ea06caa71d1a508d2eb75d (patch) | |
tree | 7bb279168cbf12d203bc211168b7f2f782493839 /crates/ra_lsp_server/Cargo.toml | |
parent | 64b718bff7df788bfe6e8e2dce24b20faf9be235 (diff) | |
parent | a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 (diff) |
Merge #1513
1513: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 50bc8111b..753710931 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -22,7 +22,6 @@ thread_worker = { path = "../thread_worker" } | |||
22 | ra_syntax = { path = "../ra_syntax" } | 22 | ra_syntax = { path = "../ra_syntax" } |
23 | ra_text_edit = { path = "../ra_text_edit" } | 23 | ra_text_edit = { path = "../ra_text_edit" } |
24 | ra_ide_api = { path = "../ra_ide_api" } | 24 | ra_ide_api = { path = "../ra_ide_api" } |
25 | ra_arena = { path = "../ra_arena" } | ||
26 | gen_lsp_server = { path = "../gen_lsp_server" } | 25 | gen_lsp_server = { path = "../gen_lsp_server" } |
27 | ra_project_model = { path = "../ra_project_model" } | 26 | ra_project_model = { path = "../ra_project_model" } |
28 | ra_prof = { path = "../ra_prof" } | 27 | ra_prof = { path = "../ra_prof" } |