diff options
Diffstat (limited to 'crates/ra_ide_db/Cargo.toml')
-rw-r--r-- | crates/ra_ide_db/Cargo.toml | 1 |
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" } | |||
32 | ra_fmt = { path = "../ra_fmt" } | 32 | ra_fmt = { path = "../ra_fmt" } |
33 | ra_prof = { path = "../ra_prof" } | 33 | ra_prof = { path = "../ra_prof" } |
34 | test_utils = { path = "../test_utils" } | 34 | test_utils = { path = "../test_utils" } |
35 | ra_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`. |