diff options
author | Aleksey Kladov <[email protected]> | 2020-02-15 22:23:44 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-15 22:23:44 +0000 |
commit | 11dda319413a7c08dc47a2949e20e1ad1f901d5b (patch) | |
tree | 963f5f0932ddaa2e196e48c7426e23b5d56db738 | |
parent | e4054f7e35a9a6c6e518066697567db92036607c (diff) |
Remove extra dep
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | crates/ra_ide_db/Cargo.toml | 1 |
2 files changed, 0 insertions, 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 = [ | |||
1174 | "ra_prof", | 1174 | "ra_prof", |
1175 | "ra_syntax", | 1175 | "ra_syntax", |
1176 | "ra_text_edit", | 1176 | "ra_text_edit", |
1177 | "rand 0.7.3", | ||
1178 | "rayon", | 1177 | "rayon", |
1179 | "rustc-hash", | 1178 | "rustc-hash", |
1180 | "superslice", | 1179 | "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 } | |||
22 | rustc-hash = "1.0" | 22 | rustc-hash = "1.0" |
23 | unicase = "2.2.0" | 23 | unicase = "2.2.0" |
24 | superslice = "1.0.0" | 24 | superslice = "1.0.0" |
25 | rand = { version = "0.7.0", features = ["small_rng"] } | ||
26 | once_cell = "1.2.0" | 25 | once_cell = "1.2.0" |
27 | 26 | ||
28 | ra_syntax = { path = "../ra_syntax" } | 27 | ra_syntax = { path = "../ra_syntax" } |