Rollup merge of #105100 - jhpratt:fix-docs, r=JohnTitor
Add missing intra-doc link Trivial change. This makes the plain text into inline code and makes it a link. `@rustbot` label +A-docs
This commit is contained in:
commit
019795b162
1 changed files with 3 additions and 2 deletions
|
@ -510,8 +510,9 @@ impl File {
|
||||||
/// # Errors
|
/// # Errors
|
||||||
///
|
///
|
||||||
/// This function will return an error if the file is not opened for writing.
|
/// 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
|
/// Also, [`std::io::ErrorKind::InvalidInput`](crate::io::ErrorKind::InvalidInput)
|
||||||
/// length would cause an overflow due to the implementation specifics.
|
/// will be returned if the desired length would cause an overflow due to
|
||||||
|
/// the implementation specifics.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue