summaryrefslogtreecommitdiffstats
path: root/futures/src/executor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'futures/src/executor.rs')
-rw-r--r--futures/src/executor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/futures/src/executor.rs b/futures/src/executor.rs
index 5ac76081..a9dde465 100644
--- a/futures/src/executor.rs
+++ b/futures/src/executor.rs
@@ -1,5 +1,5 @@
//! Choose your preferred executor to power a runtime.
-use crate::MaybeSend;
+use crate::core::MaybeSend;
use futures::Future;
/// A type that can run futures.