aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-01-10 17:59:57 +0000
committerFlorian Diebold <[email protected]>2020-01-11 22:33:04 +0000
commitccb75f7c979b56bc62b61fadd81903e11a7f5d74 (patch)
treed6a07ac82e23309410d6ecba894c2a0dfc63d0f0 /Cargo.lock
parent4496e2a06a91e5825f355ce730af802643e8018a (diff)
Use FxHashMap
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 ba9a201b9..90c505f40 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -872,6 +872,7 @@ dependencies = [
872 "ra_hir 0.1.0", 872 "ra_hir 0.1.0",
873 "ra_syntax 0.1.0", 873 "ra_syntax 0.1.0",
874 "ra_text_edit 0.1.0", 874 "ra_text_edit 0.1.0",
875 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
875 "test_utils 0.1.0", 876 "test_utils 0.1.0",
876] 877]
877 878