Fix type reference in documents which was being confused with html tags.
This commit is contained in:
parent
ef972a3466
commit
1acb1043fe
@ -38,7 +38,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
/// 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…
Reference in New Issue
Block a user