aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-18 17:46:54 +0000
committerBernardo <[email protected]>2018-12-25 18:59:02 +0000
commit8c9df62c1c6a778a8df9ea028d1dce98c91c4d9d (patch)
tree0d4f3055025ca19b1b375a13b5e4ed1458d90afb /Cargo.lock
parent881c29192d39f657bf518baf399c47a5bfdc922f (diff)
move translate_offset_with_edit to ra_editor
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a63eac57a..127d7772a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -723,6 +723,7 @@ version = "0.1.0"
723dependencies = [ 723dependencies = [
724 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", 724 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
725 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 725 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
726 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
726 "ra_syntax 0.1.0", 727 "ra_syntax 0.1.0",
727 "ra_text_edit 0.1.0", 728 "ra_text_edit 0.1.0",
728 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 729 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -763,7 +764,6 @@ dependencies = [
763 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", 764 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)",
764 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 765 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
765 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 766 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
766 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
767 "ra_analysis 0.1.0", 767 "ra_analysis 0.1.0",
768 "ra_editor 0.1.0", 768 "ra_editor 0.1.0",
769 "ra_syntax 0.1.0", 769 "ra_syntax 0.1.0",