aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 11:15:01 +0000
committerAleksey Kladov <[email protected]>2020-03-04 11:22:47 +0000
commite839d793ae4afd2a9ca2df1f6b4b3c56dce12ab8 (patch)
treecdae46e58e314d6b6a373fd59507aef13c63e203 /crates/ra_ide/Cargo.toml
parentf79719b8ae4d1929acaa940802a1e293f7dd7a6b (diff)
Drop one once_cell dep
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml2
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"
19log = "0.4.8" 19log = "0.4.8"
20rustc-hash = "1.1.0" 20rustc-hash = "1.1.0"
21rand = { version = "0.7.3", features = ["small_rng"] } 21rand = { version = "0.7.3", features = ["small_rng"] }
22# TODO: check if can remove
23once_cell = "1.3.1"
24 22
25ra_syntax = { path = "../ra_syntax" } 23ra_syntax = { path = "../ra_syntax" }
26ra_text_edit = { path = "../ra_text_edit" } 24ra_text_edit = { path = "../ra_text_edit" }