Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove inapplicable paragraph from 'AsyncReadExt::read_ext()'. #2621

Merged
merged 1 commit into from
Jun 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tokio/src/io/util/async_read_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@ cfg_io_util! {
/// This function reads as many bytes as necessary to completely fill
/// the specified buffer `buf`.
///
/// No guarantees are provided about the contents of `buf` when this
/// function is called, implementations cannot rely on any property of
/// the contents of `buf` being `true`. It is recommended that
/// implementations only write data to `buf` instead of reading its
/// contents.
///
/// # Errors
///
/// If the operation encounters an "end of file" before completely
Expand Down