Skip to content

Commit

Permalink
Update src/stream/stream/enumerate.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Stjepan Glavina <[email protected]>
  • Loading branch information
montekki and Stjepan Glavina authored Sep 17, 2019
1 parent 3dc33f5 commit 9487b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/stream/enumerate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl<S> Enumerate<S> {

impl<S> futures_core::stream::Stream for Enumerate<S>
where
S: Stream + Unpin + Sized,
S: Stream,
{
type Item = (usize, S::Item);

Expand Down

0 comments on commit 9487b73

Please sign in to comment.