From fda70badf8957eba6650cc12d2f485d5e213bb82 Mon Sep 17 00:00:00 2001 From: Sergey Parilin Date: Fri, 22 Mar 2019 15:24:43 +0300 Subject: line_index and line_index_utils moved to ra_ide_api --- crates/ra_ide_api/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (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 40b7a8d0a..ac8c8057b 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml @@ -14,6 +14,7 @@ fst = "0.3.1" rustc-hash = "1.0" parking_lot = "0.7.0" unicase = "2.2.0" +superslice = "1.0.0" jemallocator = { version = "0.1.9", optional = true } jemalloc-ctl = { version = "0.2.0", optional = true } @@ -28,6 +29,7 @@ ra_assists = { path = "../ra_assists" } [dev-dependencies] insta = "0.7.0" +proptest = "0.9.0" [features] jemalloc = [ "jemallocator", "jemalloc-ctl" ] -- cgit v1.2.3