Skip to content

Commit e839d79

Browse files
committed
Drop one once_cell dep
1 parent f79719b commit e839d79

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_ide/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ join_to_string = "0.1.3"
1919
log = "0.4.8"
2020
rustc-hash = "1.1.0"
2121
rand = { version = "0.7.3", features = ["small_rng"] }
22-
# TODO: check if can remove
23-
once_cell = "1.3.1"
2422

2523
ra_syntax = { path = "../ra_syntax" }
2624
ra_text_edit = { path = "../ra_text_edit" }

0 commit comments

Comments
 (0)