]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/thread/mod.rs
Auto merge of #36339 - brson:emscripten-new, r=alexcrichton
[rust.git] / src / libstd / thread / mod.rs
index 775dfababc680939491bc81ddd1dad0d393517b7..901ff98fcb3c5fa51e23b52a83e42042cbb9d0ca 100644 (file)
 //!
 //! [`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")]