From bf352cd2511775a331d77dee261b64bd8359dacb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 14 Feb 2019 20:43:45 +0300 Subject: automatically wait for worker threads closes #817 --- crates/thread_worker/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/thread_worker/Cargo.toml') diff --git a/crates/thread_worker/Cargo.toml b/crates/thread_worker/Cargo.toml index 363b4c3b8..a9857d59d 100644 --- a/crates/thread_worker/Cargo.toml +++ b/crates/thread_worker/Cargo.toml @@ -5,7 +5,6 @@ version = "0.1.0" authors = ["rust-analyzer developers"] [dependencies] -drop_bomb = "0.1.0" crossbeam-channel = "0.3.5" log = "0.4.3" -- cgit v1.2.3