Remove unnecessary Future imports
This commit is contained in:
parent
33a39bc83a
commit
c12beecd38
10 changed files with 0 additions and 13 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue