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;
51
51
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
52
52
pub type Result < T > = result:: Result < T , Error > ;
53
53
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
55
55
/// associated traits.
56
56
///
57
57
/// Errors mostly originate from the underlying OS, but custom instances of
58
58
/// `Error` can be created with crafted error messages and a particular value of
59
59
/// [`ErrorKind`].
60
60
///
61
+ /// [`Read`]: ../io/trait.Read.html
62
+ /// [`Write`]: ../io/trait.Write.html
63
+ /// [`Seek`]: ../io/trait.Seek.html
61
64
/// [`ErrorKind`]: enum.ErrorKind.html
62
65
#[ derive( Debug ) ]
63
66
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments