aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 17:45:26 +0000
committerAleksey Kladov <[email protected]>2019-01-08 18:01:41 +0000
commit13301f284c63440d3354f74b51cb5a504d1e6eef (patch)
tree9daae19f88a0884e9f62057e8eb02c9b55c317ae
parent702bdacb03b498f36ed9ccf4f37ca923affb1e9c (diff)
ra_hir does not depend on ra_editor
-rw-r--r--Cargo.lock1
-rw-r--r--crates/ra_hir/Cargo.toml1
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"
14ena = "0.11" 14ena = "0.11"
15ra_syntax = { path = "../ra_syntax" } 15ra_syntax = { path = "../ra_syntax" }
16ra_arena = { path = "../ra_arena" } 16ra_arena = { path = "../ra_arena" }
17ra_editor = { path = "../ra_editor" }
18ra_db = { path = "../ra_db" } 17ra_db = { path = "../ra_db" }
19test_utils = { path = "../test_utils" } 18test_utils = { path = "../test_utils" }
20 19