aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-06 15:40:28 +0000
committerAleksey Kladov <[email protected]>2020-02-06 15:40:28 +0000
commita173e31890c1eb03d9d4c123986baae4154cd4fa (patch)
treea2b4de01cd6128b70f0fc0cf4156b6537304ae56 /crates/ra_ide_db/Cargo.toml
parentff0f0fc31e84deb7aebf8ab6ec510051d531c9f2 (diff)
Make assists use ImportsLocator directly
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 1b7905eb3..716e88bc1 100644
--- a/crates/ra_ide_db/Cargo.toml
+++ b/crates/ra_ide_db/Cargo.toml
@@ -32,7 +32,6 @@ ra_cfg = { path = "../ra_cfg" }
32ra_fmt = { path = "../ra_fmt" } 32ra_fmt = { path = "../ra_fmt" }
33ra_prof = { path = "../ra_prof" } 33ra_prof = { path = "../ra_prof" }
34test_utils = { path = "../test_utils" } 34test_utils = { path = "../test_utils" }
35ra_assists = { path = "../ra_assists" }
36 35
37# ra_ide should depend only on the top-level `hir` package. if you need 36# ra_ide should depend only on the top-level `hir` package. if you need
38# something from some `hir_xxx` subpackage, reexport the API via `hir`. 37# something from some `hir_xxx` subpackage, reexport the API via `hir`.