about summary refs log tree commit diff
path: root/src/libstd/thread
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-09-16 17:50:34 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2016-09-16 17:59:24 +0200
commitf6ab636b86c2a1acefc8b9211d8fa07195efb8a5 (patch)
tree83f85cfb100e6872a8cfb426c69bbd02977ebec3 /src/libstd/thread
parent8394685b8385156fc4bc31cfbc693867e276d9d7 (diff)
downloadrust-f6ab636b86c2a1acefc8b9211d8fa07195efb8a5.tar.gz
rust-f6ab636b86c2a1acefc8b9211d8fa07195efb8a5.zip
Update to new macro url syntax
Diffstat (limited to 'src/libstd/thread')
-rw-r--r--src/libstd/thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs
index d8e021bb04f..a634c8f77a4 100644
--- a/src/libstd/thread/mod.rs
+++ b/src/libstd/thread/mod.rs
@@ -151,7 +151,7 @@
 //!
 //! [`Cell`]: ../cell/struct.Cell.html
 //! [`RefCell`]: ../cell/struct.RefCell.html
-//! [`thread_local!`]: ../macro.thread_local!.html
+//! [`thread_local!`]: ../macro.thread_local.html
 //! [`with`]: struct.LocalKey.html#method.with
 
 #![stable(feature = "rust1", since = "1.0.0")]