Fix small nit in the link to read
This commit is contained in:
parent
d88cce2423
commit
e88220f867
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ pub trait Read {
|
|||
///
|
||||
/// [`File`]s implement `Read`:
|
||||
///
|
||||
/// [`read`]: trait.Read.html#tymethod.read
|
||||
/// [`read`]: Read::read
|
||||
/// [`File`]: ../fs/struct.File.html
|
||||
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
|
||||
/// [`ErrorKind::UnexpectedEof`]: ../../std/io/enum.ErrorKind.html#variant.UnexpectedEof
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue