Skip to content

Commit 42425f6

Browse files
committed
Another hotfix
1 parent df22d87 commit 42425f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/flatten.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ where
6060

6161
match futures_core::ready!(this.stream.as_mut().poll_next(cx)) {
6262
inner @ Some(_) => this.inner_stream.set(inner.map(IntoStream::into_stream)),
63-
None => Poll::Ready(None),
63+
None => return Poll::Ready(None),
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)