From dc2b30e9b6084048e441765b91ef830a836d3dfc Mon Sep 17 00:00:00 2001 From: Muhammad Mominul Huque Date: Fri, 12 Oct 2018 00:07:44 +0600 Subject: Replace HashMap, HashSet with FxHashMap and FxHashSet --- crates/ra_editor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_editor/Cargo.toml') diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml index 40e3254ff..91cefc8d7 100644 --- a/crates/ra_editor/Cargo.toml +++ b/crates/ra_editor/Cargo.toml @@ -8,6 +8,7 @@ publish = false itertools = "0.7.8" superslice = "0.1.0" join_to_string = "0.1.1" +rustc-hash = "1.0" ra_syntax = { path = "../ra_syntax" } -- cgit v1.2.3