mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-06 04:35:32 +00:00
Another hotfix
This commit is contained in:
parent
df22d87d09
commit
42425f6c1a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ where
|
|||
|
||||
match futures_core::ready!(this.stream.as_mut().poll_next(cx)) {
|
||||
inner @ Some(_) => this.inner_stream.set(inner.map(IntoStream::into_stream)),
|
||||
None => Poll::Ready(None),
|
||||
None => return Poll::Ready(None),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue