Skip to content

Commit cb7f3dd

Browse files
committed
remove unused types
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 6ee3f6c commit cb7f3dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stream/stream/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ use next::NextFuture;
5151
use nth::NthFuture;
5252

5353
use super::from_stream::FromStream;
54-
use crate::future::Future;
55-
use crate::task::{Context, Poll};
5654
use std::cmp::Ordering;
5755
use std::marker::PhantomData;
5856
use std::pin::Pin;

0 commit comments

Comments
 (0)