Add missing intra-doc link
This commit is contained in:
parent
c97b539e40
commit
d777c84603
1 changed files with 3 additions and 2 deletions
|
@ -510,8 +510,9 @@ impl File {
|
|||
/// # Errors
|
||||
///
|
||||
/// This function will return an error if the file is not opened for writing.
|
||||
/// Also, std::io::ErrorKind::InvalidInput will be returned if the desired
|
||||
/// length would cause an overflow due to the implementation specifics.
|
||||
/// Also, [`std::io::ErrorKind::InvalidInput`](crate::io::ErrorKind::InvalidInput)
|
||||
/// will be returned if the desired length would cause an overflow due to
|
||||
/// the implementation specifics.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue