Rollup merge of #41014 - SimonSapin:patch-6, r=frewsxcv

std::thread docs: fix link to current()
This commit is contained in:
Corey Farwell 2017-04-05 12:44:33 -04:00 committed by GitHub
commit 56b6830527

View File

@ -158,7 +158,7 @@
//! [`Err`]: ../../std/result/enum.Result.html#variant.Err
//! [`panic!`]: ../../std/macro.panic.html
//! [`Builder`]: ../../std/thread/struct.Builder.html
//! [`thread::current`]: ../../std/thread/fn.spawn.html
//! [`thread::current`]: ../../std/thread/fn.current.html
//! [`Thread`]: ../../std/thread/struct.Thread.html
//! [`park`]: ../../std/thread/fn.park.html
//! [`unpark`]: ../../std/thread/struct.Thread.html#method.unpark