diff options
| author | Raphaƫl Huchet <rap2hpoutre@users.noreply.github.com> | 2017-05-04 11:33:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-04 11:33:26 +0200 |
| commit | 3a07155a9df03ced8c077990a3af0eb7b40d5c8b (patch) | |
| tree | 33e2ca999a55341b1de903fe886f59c152536fef /src/libstd/thread | |
| parent | a3998ad6e59a6a833e27e9ea6691d3ecd1e877a1 (diff) | |
| download | rust-3a07155a9df03ced8c077990a3af0eb7b40d5c8b.tar.gz rust-3a07155a9df03ced8c077990a3af0eb7b40d5c8b.zip | |
create link to Result
Diffstat (limited to 'src/libstd/thread')
| -rw-r--r-- | src/libstd/thread/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs index 7fc43a341a8..719b50d1196 100644 --- a/src/libstd/thread/mod.rs +++ b/src/libstd/thread/mod.rs @@ -159,6 +159,7 @@ //! [`panic!`]: ../../std/macro.panic.html //! [`Builder`]: ../../std/thread/struct.Builder.html //! [`thread::current`]: ../../std/thread/fn.current.html +//! [`thread::Result`]: ../../std/thread/struct.Result.html //! [`Thread`]: ../../std/thread/struct.Thread.html //! [`park`]: ../../std/thread/fn.park.html //! [`unpark`]: ../../std/thread/struct.Thread.html#method.unpark |
