summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/threadpool/spawner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/runtime/threadpool/spawner.rs')
-rw-r--r--tokio/src/runtime/threadpool/spawner.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tokio/src/runtime/threadpool/spawner.rs b/tokio/src/runtime/threadpool/spawner.rs
index 204bcc0e..73daf8bc 100644
--- a/tokio/src/runtime/threadpool/spawner.rs
+++ b/tokio/src/runtime/threadpool/spawner.rs
@@ -1,7 +1,6 @@
+use crate::executor::thread_pool;
use crate::runtime::JoinHandle;
-use tokio_executor::thread_pool;
-
use std::future::Future;
/// Spawns futures on the runtime