We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a7bdc commit 97094b2Copy full SHA for 97094b2
src/stream/stream/count.rs
@@ -22,7 +22,7 @@ impl<S> CountFuture<S> {
22
23
impl<S> Future for CountFuture<S>
24
where
25
- S: Sized + Stream,
+ S: Stream,
26
{
27
type Output = usize;
28
0 commit comments