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.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/src/task.rs b/runtime/src/task.rs
index 105a4135..710be5d9 100644
--- a/runtime/src/task.rs
+++ b/runtime/src/task.rs
@@ -7,7 +7,6 @@ use crate::futures::futures::future::{self, FutureExt};
use crate::futures::futures::stream::{self, Stream, StreamExt};
use crate::futures::{BoxStream, MaybeSend, boxed_stream};
-use std::future::Future;
use std::sync::Arc;
#[doc(no_inline)]