aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-14 17:00:35 +0000
committerBernardo <[email protected]>2018-12-25 18:49:55 +0000
commitd9519791590170fd77aa45cc9a802539eaf16efc (patch)
treeebd711bfab97eea59dff07623f7b3b55482b6cb5 /Cargo.lock
parentdee426e1b120cd12fc608df77f977d4800b6655d (diff)
test translate_offset_with_edit against simple impl for single edits
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a3793581..a63eac57a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -763,6 +763,7 @@ dependencies = [
763 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", 763 "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)", 764 "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)", 765 "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)",
766 "ra_analysis 0.1.0", 767 "ra_analysis 0.1.0",
767 "ra_editor 0.1.0", 768 "ra_editor 0.1.0",
768 "ra_syntax 0.1.0", 769 "ra_syntax 0.1.0",