We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3998ad commit 3a07155Copy full SHA for 3a07155
src/libstd/thread/mod.rs
@@ -159,6 +159,7 @@
159
//! [`panic!`]: ../../std/macro.panic.html
160
//! [`Builder`]: ../../std/thread/struct.Builder.html
161
//! [`thread::current`]: ../../std/thread/fn.current.html
162
+//! [`thread::Result`]: ../../std/thread/struct.Result.html
163
//! [`Thread`]: ../../std/thread/struct.Thread.html
164
//! [`park`]: ../../std/thread/fn.park.html
165
//! [`unpark`]: ../../std/thread/struct.Thread.html#method.unpark
0 commit comments