Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD committed Aug 4, 2024
1 parent ca2b294 commit 99706e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/src/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,8 @@ impl<T> JoinHandle<T> {
///
/// * The process aborts.
/// * The function returns a `Result::Err` containing an opaque type.
///
/// [`catch_unwind`]: ../../std/panic/fn.catch_unwind.html
#[stable(feature = "rust1", since = "1.0.0")]
pub fn join(self) -> Result<T> {
self.0.join()
Expand Down

0 comments on commit 99706e7

Please sign in to comment.