Skip to content

Commit 93e179a

Browse files
authored
Update mod.rs
1 parent 3a07155 commit 93e179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
//! [`panic!`]: ../../std/macro.panic.html
160160
//! [`Builder`]: ../../std/thread/struct.Builder.html
161161
//! [`thread::current`]: ../../std/thread/fn.current.html
162-
//! [`thread::Result`]: ../../std/thread/struct.Result.html
162+
//! [`thread::Result`]: ../../std/thread/type.Result.html
163163
//! [`Thread`]: ../../std/thread/struct.Thread.html
164164
//! [`park`]: ../../std/thread/fn.park.html
165165
//! [`unpark`]: ../../std/thread/struct.Thread.html#method.unpark

0 commit comments

Comments
 (0)