File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,16 @@ use convert::From;
5151#[ stable( feature = "rust1" , since = "1.0.0" ) ]
5252pub type Result < T > = result:: Result < T , Error > ;
5353
54- /// The error type for I/O operations of the `Read`, `Write`, `Seek`, and
54+ /// The error type for I/O operations of the [ `Read`], [ `Write`], [ `Seek`] , and
5555/// associated traits.
5656///
5757/// Errors mostly originate from the underlying OS, but custom instances of
5858/// `Error` can be created with crafted error messages and a particular value of
5959/// [`ErrorKind`].
6060///
61+ /// [`Read`]: ../io/trait.Read.html
62+ /// [`Write`]: ../io/trait.Write.html
63+ /// [`Seek`]: ../io/trait.Seek.html
6164/// [`ErrorKind`]: enum.ErrorKind.html
6265#[ derive( Debug ) ]
6366#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments