We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88cce2 commit e88220fCopy full SHA for e88220f
src/libstd/io/mod.rs
@@ -766,7 +766,7 @@ pub trait Read {
766
///
767
/// [`File`]s implement `Read`:
768
769
- /// [`read`]: trait.Read.html#tymethod.read
+ /// [`read`]: Read::read
770
/// [`File`]: ../fs/struct.File.html
771
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
772
/// [`ErrorKind::UnexpectedEof`]: ../../std/io/enum.ErrorKind.html#variant.UnexpectedEof
0 commit comments