aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 17:31:43 +0000
committerAleksey Kladov <[email protected]>2019-01-08 18:01:41 +0000
commit1b82084a5f28506134c668a67d2759ef22be6a80 (patch)
treea2c7ec6ad3b75481268f8246b1b02b133f37d8d8 /Cargo.lock
parent1c25bf05d714680c048d250a5d39e8a4c25f0c31 (diff)
dont depend on ra_editor directly
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 949a58e86..a981989dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -736,7 +736,6 @@ dependencies = [
736 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 736 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
737 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 737 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
738 "ra_analysis 0.1.0", 738 "ra_analysis 0.1.0",
739 "ra_editor 0.1.0",
740 "ra_syntax 0.1.0", 739 "ra_syntax 0.1.0",
741 "ra_text_edit 0.1.0", 740 "ra_text_edit 0.1.0",
742 "ra_vfs 0.1.0", 741 "ra_vfs 0.1.0",