summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/thread_pool/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/runtime/thread_pool/mod.rs')
-rw-r--r--tokio/src/runtime/thread_pool/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio/src/runtime/thread_pool/mod.rs b/tokio/src/runtime/thread_pool/mod.rs
index 8a74fe38..87a75e3f 100644
--- a/tokio/src/runtime/thread_pool/mod.rs
+++ b/tokio/src/runtime/thread_pool/mod.rs
@@ -6,8 +6,6 @@ use atomic_cell::AtomicCell;
mod idle;
use self::idle::Idle;
-mod queue;
-
mod worker;
pub(crate) use worker::Launch;