Remove extra dep

This commit is contained in:
Aleksey Kladov 2020-02-15 23:23:44 +01:00
parent e4054f7e35
commit 11dda31941
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1174,7 +1174,6 @@ dependencies = [
"ra_prof", "ra_prof",
"ra_syntax", "ra_syntax",
"ra_text_edit", "ra_text_edit",
"rand 0.7.3",
"rayon", "rayon",
"rustc-hash", "rustc-hash",
"superslice", "superslice",

View file

@ -22,7 +22,6 @@ fst = { version = "0.3.1", default-features = false }
rustc-hash = "1.0" rustc-hash = "1.0"
unicase = "2.2.0" unicase = "2.2.0"
superslice = "1.0.0" superslice = "1.0.0"
rand = { version = "0.7.0", features = ["small_rng"] }
once_cell = "1.2.0" once_cell = "1.2.0"
ra_syntax = { path = "../ra_syntax" } ra_syntax = { path = "../ra_syntax" }