summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/thread_pool/tests/pool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/runtime/thread_pool/tests/pool.rs')
-rw-r--r--tokio/src/runtime/thread_pool/tests/pool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/runtime/thread_pool/tests/pool.rs b/tokio/src/runtime/thread_pool/tests/pool.rs
index c11281f0..25c11ea9 100644
--- a/tokio/src/runtime/thread_pool/tests/pool.rs
+++ b/tokio/src/runtime/thread_pool/tests/pool.rs
@@ -4,7 +4,7 @@ use crate::blocking;
use crate::runtime::thread_pool::ThreadPool;
use crate::runtime::{Park, Unpark};
-use futures_util::future::poll_fn;
+use futures::future::poll_fn;
use std::future::Future;
use std::pin::Pin;
use std::sync::atomic::Ordering::Relaxed;