mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +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",
|
"itertools",
|
||||||
"join_to_string",
|
"join_to_string",
|
||||||
"log",
|
"log",
|
||||||
"once_cell",
|
|
||||||
"ra_assists",
|
"ra_assists",
|
||||||
"ra_cfg",
|
"ra_cfg",
|
||||||
"ra_db",
|
"ra_db",
|
||||||
|
|
|
@ -19,8 +19,6 @@ join_to_string = "0.1.3"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
rand = { version = "0.7.3", features = ["small_rng"] }
|
rand = { version = "0.7.3", features = ["small_rng"] }
|
||||||
# TODO: check if can remove
|
|
||||||
once_cell = "1.3.1"
|
|
||||||
|
|
||||||
ra_syntax = { path = "../ra_syntax" }
|
ra_syntax = { path = "../ra_syntax" }
|
||||||
ra_text_edit = { path = "../ra_text_edit" }
|
ra_text_edit = { path = "../ra_text_edit" }
|
||||||
|
|
Loading…
Reference in a new issue