diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-09-16 17:50:34 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-09-16 17:59:24 +0200 |
| commit | f6ab636b86c2a1acefc8b9211d8fa07195efb8a5 (patch) | |
| tree | 83f85cfb100e6872a8cfb426c69bbd02977ebec3 /src/libstd | |
| parent | 8394685b8385156fc4bc31cfbc693867e276d9d7 (diff) | |
| download | rust-f6ab636b86c2a1acefc8b9211d8fa07195efb8a5.tar.gz rust-f6ab636b86c2a1acefc8b9211d8fa07195efb8a5.zip | |
Update to new macro url syntax
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")] |
