Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change condition for is_terminated in Zip
The condition for `is_terminated` in the `FusedStream` impl for `Zip` should check if either child stream has terminated. Otherwise, one stream may be polled even after it has been terminated if the other has not.
- Loading branch information