summaryrefslogtreecommitdiffstats
path: root/runtime/src/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/task.rs')
-rw-r--r--runtime/src/task.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/src/task.rs b/runtime/src/task.rs
index f3ddbca1..db3c0674 100644
--- a/runtime/src/task.rs
+++ b/runtime/src/task.rs
@@ -1,11 +1,10 @@
use crate::core::widget;
-use crate::core::MaybeSend;
use crate::futures::futures::channel::mpsc;
use crate::futures::futures::channel::oneshot;
use crate::futures::futures::future::{self, FutureExt};
use crate::futures::futures::never::Never;
use crate::futures::futures::stream::{self, Stream, StreamExt};
-use crate::futures::{boxed_stream, BoxStream};
+use crate::futures::{boxed_stream, BoxStream, MaybeSend};
use crate::Action;
use std::future::Future;