summaryrefslogtreecommitdiffstats
path: root/futures/src/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'futures/src/stream.rs')
-rw-r--r--futures/src/stream.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/futures/src/stream.rs b/futures/src/stream.rs
index af2f8c99..72e1f04b 100644
--- a/futures/src/stream.rs
+++ b/futures/src/stream.rs
@@ -2,8 +2,6 @@
use futures::channel::mpsc;
use futures::stream::{self, Stream, StreamExt};
-use std::future::Future;
-
/// Creates a new [`Stream`] that produces the items sent from a [`Future`]
/// to the [`mpsc::Sender`] provided to the closure.
///