aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/Cargo.toml
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-08-24 09:26:45 +0100
committerZac Pullar-Strecker <[email protected]>2020-08-24 09:26:45 +0100
commit4f5f608b499ad50aa66b2213e3b92dd2fe61ed68 (patch)
tree6ca8e205c82c5b50c4c4d77dcfe0bea09dfe31d7 /crates/ra_ide_db/Cargo.toml
parentb34ad4bc8ad368a096c14d3710239a5a2eb9ccb5 (diff)
Reorganise code
Diffstat (limited to 'crates/ra_ide_db/Cargo.toml')
-rw-r--r--crates/ra_ide_db/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml
index f345f1de8..2716a38cc 100644
--- a/crates/ra_ide_db/Cargo.toml
+++ b/crates/ra_ide_db/Cargo.toml
@@ -26,7 +26,6 @@ ra_text_edit = { path = "../ra_text_edit" }
26ra_db = { path = "../ra_db" } 26ra_db = { path = "../ra_db" }
27ra_prof = { path = "../ra_prof" } 27ra_prof = { path = "../ra_prof" }
28test_utils = { path = "../test_utils" } 28test_utils = { path = "../test_utils" }
29ra_hir_def = { path = "../ra_hir_def" }
30 29
31# ra_ide should depend only on the top-level `hir` package. if you need 30# ra_ide should depend only on the top-level `hir` package. if you need
32# something from some `hir_xxx` subpackage, reexport the API via `hir`. 31# something from some `hir_xxx` subpackage, reexport the API via `hir`.