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 --- Cargo.lock | 1 - crates/ra_ide_db/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1651edaa..c7d82f77d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,7 +1174,6 @@ dependencies = [ "ra_prof", "ra_syntax", "ra_text_edit", - "rand 0.7.3", "rayon", "rustc-hash", "superslice", 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