We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc33f5 commit 9487b73Copy full SHA for 9487b73
src/stream/stream/enumerate.rs
@@ -21,7 +21,7 @@ impl<S> Enumerate<S> {
21
22
impl<S> futures_core::stream::Stream for Enumerate<S>
23
where
24
- S: Stream + Unpin + Sized,
+ S: Stream,
25
{
26
type Item = (usize, S::Item);
27
0 commit comments