diff options
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | crates/ra_hir/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index a981989dc..318fea893 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -712,7 +712,6 @@ dependencies = [ | |||
712 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 712 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
713 | "ra_arena 0.1.0", | 713 | "ra_arena 0.1.0", |
714 | "ra_db 0.1.0", | 714 | "ra_db 0.1.0", |
715 | "ra_editor 0.1.0", | ||
716 | "ra_syntax 0.1.0", | 715 | "ra_syntax 0.1.0", |
717 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
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 | ||