mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Drop one once_cell dep
This commit is contained in:
parent
f79719b8ae
commit
e839d793ae
2 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1039,7 +1039,6 @@ dependencies = [
|
|||
"itertools",
|
||||
"join_to_string",
|
||||
"log",
|
||||
"once_cell",
|
||||
"ra_assists",
|
||||
"ra_cfg",
|
||||
"ra_db",
|
||||
|
|
|
@ -19,8 +19,6 @@ join_to_string = "0.1.3"
|
|||
log = "0.4.8"
|
||||
rustc-hash = "1.1.0"
|
||||
rand = { version = "0.7.3", features = ["small_rng"] }
|
||||
# TODO: check if can remove
|
||||
once_cell = "1.3.1"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
ra_text_edit = { path = "../ra_text_edit" }
|
||||
|
|
Loading…
Reference in a new issue