mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 19:17:31 +00:00
Fix small nit in the link to read
This commit is contained in:
parent
d88cce2423
commit
e88220f867
@ -766,7 +766,7 @@ pub trait Read {
|
|||||||
///
|
///
|
||||||
/// [`File`]s implement `Read`:
|
/// [`File`]s implement `Read`:
|
||||||
///
|
///
|
||||||
/// [`read`]: trait.Read.html#tymethod.read
|
/// [`read`]: Read::read
|
||||||
/// [`File`]: ../fs/struct.File.html
|
/// [`File`]: ../fs/struct.File.html
|
||||||
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
|
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
|
||||||
/// [`ErrorKind::UnexpectedEof`]: ../../std/io/enum.ErrorKind.html#variant.UnexpectedEof
|
/// [`ErrorKind::UnexpectedEof`]: ../../std/io/enum.ErrorKind.html#variant.UnexpectedEof
|
||||||
|
Loading…
Reference in New Issue
Block a user