We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd55b1 commit 166cea2Copy full SHA for 166cea2
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