We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef972a3 commit 1acb104Copy full SHA for 1acb104
library/std/src/sys/pal/windows/mod.rs
@@ -38,7 +38,7 @@ cfg_if::cfg_if! {
38
}
39
40
41
-/// Map a Result<T, WinError> to io::Result<T>.
+/// Map a [`Result<T, WinError>`] to [`io::Result<T>`](crate::io::Result<T>).
42
trait IoResult<T> {
43
fn io_result(self) -> crate::io::Result<T>;
44
0 commit comments