Remove unnecessary Future imports
This commit is contained in:
parent
33a39bc83a
commit
c12beecd38
10 changed files with 0 additions and 13 deletions
|
|
@ -1,5 +1,4 @@
|
|||
//! A `ThreadPool` backend.
|
||||
use futures::Future;
|
||||
|
||||
/// A thread pool executor for futures.
|
||||
pub type Executor = futures::executor::ThreadPool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue