aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-15 22:23:44 +0000
committerAleksey Kladov <[email protected]>2020-02-15 22:23:44 +0000
commit11dda319413a7c08dc47a2949e20e1ad1f901d5b (patch)
tree963f5f0932ddaa2e196e48c7426e23b5d56db738 /crates
parente4054f7e35a9a6c6e518066697567db92036607c (diff)
Remove extra dep
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide_db/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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 }
22rustc-hash = "1.0" 22rustc-hash = "1.0"
23unicase = "2.2.0" 23unicase = "2.2.0"
24superslice = "1.0.0" 24superslice = "1.0.0"
25rand = { version = "0.7.0", features = ["small_rng"] }
26once_cell = "1.2.0" 25once_cell = "1.2.0"
27 26
28ra_syntax = { path = "../ra_syntax" } 27ra_syntax = { path = "../ra_syntax" }