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 df22d87 commit 42425f6Copy full SHA for 42425f6
src/stream/stream/flatten.rs
@@ -60,7 +60,7 @@ where
60
61
match futures_core::ready!(this.stream.as_mut().poll_next(cx)) {
62
inner @ Some(_) => this.inner_stream.set(inner.map(IntoStream::into_stream)),
63
- None => Poll::Ready(None),
+ None => return Poll::Ready(None),
64
}
65
66
0 commit comments