aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorWilco Kusee <[email protected]>2019-03-21 18:51:42 +0000
committerWilco Kusee <[email protected]>2019-03-22 16:12:31 +0000
commit58e77660deae23f0a2f5a7c42f52ec7cab707e57 (patch)
tree282de62356b8019bee8b8b5784aaca0e01e5e81b /Cargo.lock
parent6e324d38d6ef3e250ff32a397f4777699e006f7f (diff)
Move join_lines to ra_ide_api
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 9c7afe74b..eafe8d64b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1008,6 +1008,7 @@ dependencies = [
1008 "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 1008 "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
1009 "ra_assists 0.1.0", 1009 "ra_assists 0.1.0",
1010 "ra_db 0.1.0", 1010 "ra_db 0.1.0",
1011 "ra_fmt 0.1.0",
1011 "ra_hir 0.1.0", 1012 "ra_hir 0.1.0",
1012 "ra_ide_api_light 0.1.0", 1013 "ra_ide_api_light 0.1.0",
1013 "ra_syntax 0.1.0", 1014 "ra_syntax 0.1.0",