Remove unnecessary Future imports
This commit is contained in:
parent
33a39bc83a
commit
c12beecd38
10 changed files with 0 additions and 13 deletions
|
|
@ -1,8 +1,6 @@
|
|||
//! Choose your preferred executor to power a runtime.
|
||||
use crate::MaybeSend;
|
||||
|
||||
use futures::Future;
|
||||
|
||||
/// A type that can run futures.
|
||||
pub trait Executor: Sized {
|
||||
/// Creates a new [`Executor`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue