1
Fork 0

Add missing intra-doc link

This commit is contained in:
Jacob Pratt 2022-11-30 20:09:46 +00:00
parent c97b539e40
commit d777c84603
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4

View file

@ -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
///