diff options
Diffstat (limited to 'futures/src/backend/native/thread_pool.rs')
-rw-r--r-- | futures/src/backend/native/thread_pool.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/futures/src/backend/native/thread_pool.rs b/futures/src/backend/native/thread_pool.rs index c96f2682..a90cc53a 100644 --- a/futures/src/backend/native/thread_pool.rs +++ b/futures/src/backend/native/thread_pool.rs @@ -1,5 +1,4 @@ //! A `ThreadPool` backend. -use futures::Future; /// A thread pool executor for futures. pub type Executor = futures::executor::ThreadPool; |