diff --git a/src/stream/stream/count.rs b/src/stream/stream/count.rs index fcd75f6..b6d53ca 100644 --- a/src/stream/stream/count.rs +++ b/src/stream/stream/count.rs @@ -22,7 +22,7 @@ impl CountFuture { impl Future for CountFuture where - S: Sized + Stream, + S: Stream, { type Output = usize;