Skip to content

Commit 99706e7

Browse files
committed
fix link
1 parent ca2b294 commit 99706e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/src/thread/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,8 @@ impl<T> JoinHandle<T> {
17711771
///
17721772
/// * The process aborts.
17731773
/// * The function returns a `Result::Err` containing an opaque type.
1774+
///
1775+
/// [`catch_unwind`]: ../../std/panic/fn.catch_unwind.html
17741776
#[stable(feature = "rust1", since = "1.0.0")]
17751777
pub fn join(self) -> Result<T> {
17761778
self.0.join()

0 commit comments

Comments
 (0)