aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-31 15:51:17 +0000
committerAleksey Kladov <[email protected]>2019-01-31 20:23:30 +0000
commitad80a0c551458de7d27a98d182d7f559de04f291 (patch)
tree20a3e85a30a45365fe31360cb57b4f53a17b9a28 /Cargo.lock
parent59347388541388347e86de9718bd69994c113203 (diff)
preserve token spacing
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 a9bc80c40..b48721622 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1022,7 +1022,6 @@ dependencies = [
1022name = "ra_macros" 1022name = "ra_macros"
1023version = "0.1.0" 1023version = "0.1.0"
1024dependencies = [ 1024dependencies = [
1025 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1026 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1025 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1027 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1026 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1028] 1027]