Skip to content

Commit 6608d39

Browse files
committed
remove Stream trait bound
1 parent 97094b2 commit 6608d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ extension_trait! {
14161416
"#]
14171417
fn count(self) -> impl Future<Output = Ordering> [CountFuture<Self>]
14181418
where
1419-
Self: Sized + Stream,
1419+
Self: Sized,
14201420
{
14211421
CountFuture::new(self)
14221422
}

0 commit comments

Comments
 (0)