Skip to content

Commit 9487b73

Browse files
montekkiStjepan Glavina
and
Stjepan Glavina
authored
Update src/stream/stream/enumerate.rs
Co-Authored-By: Stjepan Glavina <[email protected]>
1 parent 3dc33f5 commit 9487b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/enumerate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl<S> Enumerate<S> {
2121

2222
impl<S> futures_core::stream::Stream for Enumerate<S>
2323
where
24-
S: Stream + Unpin + Sized,
24+
S: Stream,
2525
{
2626
type Item = (usize, S::Item);
2727

0 commit comments

Comments
 (0)