From cb7f3dd3767dd2467684b1ff1db60deda828d2c7 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Tue, 10 Sep 2019 19:38:36 +0200 Subject: [PATCH] remove unused types Signed-off-by: Yoshua Wuyts --- src/stream/stream/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stream/stream/mod.rs b/src/stream/stream/mod.rs index 529b7cfb..29b51d99 100644 --- a/src/stream/stream/mod.rs +++ b/src/stream/stream/mod.rs @@ -51,8 +51,6 @@ use next::NextFuture; use nth::NthFuture; use super::from_stream::FromStream; -use crate::future::Future; -use crate::task::{Context, Poll}; use std::cmp::Ordering; use std::marker::PhantomData; use std::pin::Pin;