Skip to content

Commit c22ebc3

Browse files
committed
remove unused types
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 35c5ef7 commit c22ebc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stream/stream/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ use next::NextFuture;
4343
use nth::NthFuture;
4444

4545
use super::from_stream::FromStream;
46-
use crate::future::Future;
47-
use crate::task::{Context, Poll};
4846
use std::cmp::Ordering;
4947
use std::marker::PhantomData;
5048
use std::pin::Pin;

0 commit comments

Comments
 (0)