From 11dda319413a7c08dc47a2949e20e1ad1f901d5b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 15 Feb 2020 23:23:44 +0100 Subject: Remove extra dep --- crates/ra_ide_db/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates') diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml index 716e88bc1..495fffb5a 100644 --- a/crates/ra_ide_db/Cargo.toml +++ b/crates/ra_ide_db/Cargo.toml @@ -22,7 +22,6 @@ fst = { version = "0.3.1", default-features = false } rustc-hash = "1.0" unicase = "2.2.0" superslice = "1.0.0" -rand = { version = "0.7.0", features = ["small_rng"] } once_cell = "1.2.0" ra_syntax = { path = "../ra_syntax" } -- cgit v1.2.3