Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect error behavior from
ready_chunks
docs (#2687)
Unlike `TryStream::try_chunks`, which has similar documentation and can handle `Some(Err(_))` specially, `Stream::ready_chunks` does not and cannot know whether the stream item represents an error condition, and does not include any code to return early on an error.
- Loading branch information