diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 245a21ce3..5a8fdbfc6 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -14,7 +14,6 @@ parking_lot = "0.7.0" | |||
14 | ena = "0.11" | 14 | ena = "0.11" |
15 | ra_syntax = { path = "../ra_syntax" } | 15 | ra_syntax = { path = "../ra_syntax" } |
16 | ra_arena = { path = "../ra_arena" } | 16 | ra_arena = { path = "../ra_arena" } |
17 | ra_editor = { path = "../ra_editor" } | ||
18 | ra_db = { path = "../ra_db" } | 17 | ra_db = { path = "../ra_db" } |
19 | test_utils = { path = "../test_utils" } | 18 | test_utils = { path = "../test_utils" } |
20 | 19 | ||