diff options
Diffstat (limited to 'futures/src')
| -rw-r--r-- | futures/src/executor.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/futures/src/executor.rs b/futures/src/executor.rs index 5ac76081..3b0d4af1 100644 --- a/futures/src/executor.rs +++ b/futures/src/executor.rs @@ -1,5 +1,6 @@  //! Choose your preferred executor to power a runtime.  use crate::MaybeSend; +  use futures::Future;  /// A type that can run futures. | 
