Fix type reference in documents which was being confused with html tags.
This commit is contained in:
parent
ef972a3466
commit
1acb1043fe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ cfg_if::cfg_if! {
|
|||
}
|
||||
}
|
||||
|
||||
/// Map a Result<T, WinError> to io::Result<T>.
|
||||
/// Map a [`Result<T, WinError>`] to [`io::Result<T>`](crate::io::Result<T>).
|
||||
trait IoResult<T> {
|
||||
fn io_result(self) -> crate::io::Result<T>;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue