aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authoruHOOCCOOHu <[email protected]>2019-09-07 15:46:44 +0100
committeruHOOCCOOHu <[email protected]>2019-09-08 18:34:53 +0100
commitc90256429bf41958ff6c7390dfd5fa25123eabb3 (patch)
treed6b027eb4290795d158ea0463c9bc5f4d887e655 /crates/ra_hir/Cargo.toml
parent26b092bd3b431559d7aafbf42882f978c0bb3dab (diff)
Replace with immutable map to avoid heavy cloning
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index d9bed4dda..f955dc3e6 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8arrayvec = "0.4.10" 8arrayvec = "0.4.10"
9im = "13.0.0"
9log = "0.4.5" 10log = "0.4.5"
10relative-path = "0.4.0" 11relative-path = "0.4.0"
11rustc-hash = "1.0" 12rustc-hash = "1.0"