aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent702bdacb03b498f36ed9ccf4f37ca923affb1e9c (diff)
ra_hir does not depend on ra_editor
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 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)",