diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-09-30 13:44:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-30 13:44:46 -0400 |
| commit | dcec48dc131d9f78522754c1d3b2c5c5bfc4a4c3 (patch) | |
| tree | b6514bd37cdac21dde884bc0699af6246ddcd5c6 /src/libstd | |
| parent | f6497ea569b6d3b3391deb63be76292fc3e2cb9b (diff) | |
| parent | f6ab636b86c2a1acefc8b9211d8fa07195efb8a5 (diff) | |
| download | rust-dcec48dc131d9f78522754c1d3b2c5c5bfc4a4c3.tar.gz rust-dcec48dc131d9f78522754c1d3b2c5c5bfc4a4c3.zip | |
Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnik
Update to new macro url syntax r? @steveklabnik
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/thread/mod.rs | 2 |
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")] |
