diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-08-02 20:57:47 -0400 |
|---|---|---|
| committer | Corey Farwell <coreyf@rwell.org> | 2017-08-02 23:16:33 -0400 |
| commit | 795db4c946a5093877b50a59f0575e58103fec0f (patch) | |
| tree | c24c344ae89ce36c35166a941bb212b1e9a8ecdb /src/libstd/thread | |
| parent | dd53dd5f9e21dce1fbc06b7f9f451d1009bdcfd8 (diff) | |
| download | rust-795db4c946a5093877b50a59f0575e58103fec0f.tar.gz rust-795db4c946a5093877b50a59f0575e58103fec0f.zip | |
Fix broken links in `Thread` docs.
Diffstat (limited to 'src/libstd/thread')
| -rw-r--r-- | src/libstd/thread/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs index 2ae62f8c3e0..c1d9a0c9e6b 100644 --- a/src/libstd/thread/mod.rs +++ b/src/libstd/thread/mod.rs @@ -896,6 +896,9 @@ struct Inner { /// docs of [`Builder`] and [`spawn`] for more details. /// /// [`Builder`]: ../../std/thread/struct.Builder.html +/// [`JoinHandle::thread`]: ../../std/thread/struct.JoinHandle.html#method.thread +/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html +/// [`thread::current`]: ../../std/thread/fn.current.html /// [`spawn`]: ../../std/thread/fn.spawn.html pub struct Thread { |
