aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGeobert Quach <[email protected]>2019-09-26 20:31:45 +0100
committerGeobert Quach <[email protected]>2019-09-26 20:31:45 +0100
commit281e1071558dff3138805de49dfbb0ad91b3acd3 (patch)
tree55c2bca96fdf15f53c067dcc3b70b84e967006c4 /Cargo.lock
parent53a30d9e69ee5149e4fdb1c6fe4081281e879d0e (diff)
feat(assists): Make raw string unescaped
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 275b27775..dad9b1df1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -904,6 +904,7 @@ dependencies = [
904 "ra_syntax 0.1.0", 904 "ra_syntax 0.1.0",
905 "ra_text_edit 0.1.0", 905 "ra_text_edit 0.1.0",
906 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 906 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
907 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
907 "test_utils 0.1.0", 908 "test_utils 0.1.0",
908] 909]
909 910