ra_hir does not depend on ra_editor

This commit is contained in:
Aleksey Kladov 2019-01-08 20:45:26 +03:00
parent 702bdacb03
commit 13301f284c
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -712,7 +712,6 @@ dependencies = [
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_arena 0.1.0",
"ra_db 0.1.0",
"ra_editor 0.1.0",
"ra_syntax 0.1.0",
"relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -14,7 +14,6 @@ parking_lot = "0.7.0"
ena = "0.11"
ra_syntax = { path = "../ra_syntax" }
ra_arena = { path = "../ra_arena" }
ra_editor = { path = "../ra_editor" }
ra_db = { path = "../ra_db" }
test_utils = { path = "../test_utils" }