mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove extra dep
This commit is contained in:
parent
e4054f7e35
commit
11dda31941
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1174,7 +1174,6 @@ dependencies = [
|
|||
"ra_prof",
|
||||
"ra_syntax",
|
||||
"ra_text_edit",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"rustc-hash",
|
||||
"superslice",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue