From e839d793ae4afd2a9ca2df1f6b4b3c56dce12ab8 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 4 Mar 2020 12:15:01 +0100 Subject: Drop one once_cell dep --- crates/ra_ide/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/ra_ide/Cargo.toml') 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" 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" } -- cgit v1.2.3