Drop one once_cell dep

This commit is contained in:
Aleksey Kladov 2020-03-04 12:15:01 +01:00
parent f79719b8ae
commit e839d793ae
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -1039,7 +1039,6 @@ dependencies = [
"itertools",
"join_to_string",
"log",
"once_cell",
"ra_assists",
"ra_cfg",
"ra_db",

View file

@ -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" }