diff options
author | Aleksey Kladov <[email protected]> | 2020-03-04 11:15:01 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-04 11:22:47 +0000 |
commit | e839d793ae4afd2a9ca2df1f6b4b3c56dce12ab8 (patch) | |
tree | cdae46e58e314d6b6a373fd59507aef13c63e203 /crates/ra_ide | |
parent | f79719b8ae4d1929acaa940802a1e293f7dd7a6b (diff) |
Drop one once_cell dep
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index adee7c493..410d8de62 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -19,8 +19,6 @@ join_to_string = "0.1.3" | |||
19 | log = "0.4.8" | 19 | log = "0.4.8" |
20 | rustc-hash = "1.1.0" | 20 | rustc-hash = "1.1.0" |
21 | rand = { version = "0.7.3", features = ["small_rng"] } | 21 | rand = { version = "0.7.3", features = ["small_rng"] } |
22 | # TODO: check if can remove | ||
23 | once_cell = "1.3.1" | ||
24 | 22 | ||
25 | ra_syntax = { path = "../ra_syntax" } | 23 | ra_syntax = { path = "../ra_syntax" } |
26 | ra_text_edit = { path = "../ra_text_edit" } | 24 | ra_text_edit = { path = "../ra_text_edit" } |