We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838e1ee commit bf98c1eCopy full SHA for bf98c1e
src/stream/stream/mod.rs
@@ -41,8 +41,6 @@ use next::NextFuture;
41
use nth::NthFuture;
42
43
use super::from_stream::FromStream;
44
-use crate::future::Future;
45
-use crate::task::{Context, Poll};
46
use std::cmp::Ordering;
47
use std::marker::PhantomData;
48
use std::pin::Pin;
0 commit comments