doc: these are just renames, so avoid duplication
This commit is contained in:
parent
4dbdfb4933
commit
33d43c1e34
4 changed files with 5 additions and 52 deletions
|
@ -576,7 +576,7 @@ pub trait Read {
|
|||
/// will continue.
|
||||
///
|
||||
/// If this function encounters an "end of file" before completely filling
|
||||
/// the buffer, it returns an error of the kind `ErrorKind::UnexpectedEOF`.
|
||||
/// the buffer, it returns an error of the kind `ErrorKind::UnexpectedEof`.
|
||||
/// The contents of `buf` are unspecified in this case.
|
||||
///
|
||||
/// If any other read error is encountered then this function immediately
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue