diff --git a/src/stream/stream/mod.rs b/src/stream/stream/mod.rs index b9d4bc8..9e0c1ef 100644 --- a/src/stream/stream/mod.rs +++ b/src/stream/stream/mod.rs @@ -1416,7 +1416,7 @@ extension_trait! { "#] fn count(self) -> impl Future [CountFuture] where - Self: Sized + Stream, + Self: Sized, { CountFuture::new(self) }