mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Update src/stream/stream/enumerate.rs
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
3dc33f54b4
commit
9487b73f12
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue