Skip to content

Commit 166cea2

Browse files
authored
Fix type reference in documents which was being confused with html tags.
1 parent ecd55b1 commit 166cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/pal/windows/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cfg_if::cfg_if! {
3838
}
3939
}
4040

41-
/// Map a Result<T, WinError> to io::Result<T>.
41+
/// Map a [`Result<T, WinError>`] to [`io::Result<T>`](crate::io::Result<T>).
4242
trait IoResult<T> {
4343
fn io_result(self) -> crate::io::Result<T>;
4444
}

0 commit comments

Comments
 (0)