From 4e6d0933cce60a883fc6b58d12523acf72d9756a Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Fri, 22 Mar 2019 21:22:03 +0100 Subject: Disable memmap feature in fst dependency --- crates/ra_ide_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_ide_api/Cargo.toml') diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index ac8c8057b..e80559742 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml @@ -10,7 +10,7 @@ join_to_string = "0.1.3" log = "0.4.5" relative-path = "0.4.0" rayon = "1.0.2" -fst = "0.3.1" +fst = { version = "0.3.1", default-features = false } rustc-hash = "1.0" parking_lot = "0.7.0" unicase = "2.2.0" -- cgit v1.2.3