aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch
diff options
context:
space:
mode:
authorShotaro Yamada <[email protected]>2019-07-08 16:28:00 +0100
committerShotaro Yamada <[email protected]>2019-07-08 16:28:00 +0100
commita426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 (patch)
tree7bb279168cbf12d203bc211168b7f2f782493839 /crates/ra_batch
parent64b718bff7df788bfe6e8e2dce24b20faf9be235 (diff)
Remove unused dependencies
Diffstat (limited to 'crates/ra_batch')
-rw-r--r--crates/ra_batch/Cargo.toml4
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"
9rustc-hash = "1.0" 9rustc-hash = "1.0"
10 10
11ra_vfs = "0.2.0" 11ra_vfs = "0.2.0"
12ra_syntax = { path = "../ra_syntax" }
13ra_db = { path = "../ra_db" } 12ra_db = { path = "../ra_db" }
14ra_ide_api = { path = "../ra_ide_api" } 13ra_ide_api = { path = "../ra_ide_api" }
15ra_hir = { path = "../ra_hir" } 14ra_hir = { path = "../ra_hir" }
16ra_project_model = { path = "../ra_project_model" } 15ra_project_model = { path = "../ra_project_model" }
17
18[dev-dependencies]
19test_utils = { path = "../test_utils" }