We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97b539 commit d777c84Copy full SHA for d777c84
library/std/src/fs.rs
@@ -510,8 +510,9 @@ impl File {
510
/// # Errors
511
///
512
/// This function will return an error if the file is not opened for writing.
513
- /// Also, std::io::ErrorKind::InvalidInput will be returned if the desired
514
- /// 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
515
+ /// the implementation specifics.
516
517
/// # Examples
518
0 commit comments