diff options
author | Shotaro Yamada <[email protected]> | 2019-07-08 16:28:00 +0100 |
---|---|---|
committer | Shotaro Yamada <[email protected]> | 2019-07-08 16:28:00 +0100 |
commit | a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 (patch) | |
tree | 7bb279168cbf12d203bc211168b7f2f782493839 /crates/ra_batch | |
parent | 64b718bff7df788bfe6e8e2dce24b20faf9be235 (diff) |
Remove unused dependencies
Diffstat (limited to 'crates/ra_batch')
-rw-r--r-- | crates/ra_batch/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml index 7d8837fc3..0ee94c445 100644 --- a/crates/ra_batch/Cargo.toml +++ b/crates/ra_batch/Cargo.toml | |||
@@ -9,11 +9,7 @@ log = "0.4.5" | |||
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | 10 | ||
11 | ra_vfs = "0.2.0" | 11 | ra_vfs = "0.2.0" |
12 | ra_syntax = { path = "../ra_syntax" } | ||
13 | ra_db = { path = "../ra_db" } | 12 | ra_db = { path = "../ra_db" } |
14 | ra_ide_api = { path = "../ra_ide_api" } | 13 | ra_ide_api = { path = "../ra_ide_api" } |
15 | ra_hir = { path = "../ra_hir" } | 14 | ra_hir = { path = "../ra_hir" } |
16 | ra_project_model = { path = "../ra_project_model" } | 15 | ra_project_model = { path = "../ra_project_model" } |
17 | |||
18 | [dev-dependencies] | ||
19 | test_utils = { path = "../test_utils" } | ||