diff options
| author | Camelid <camelidcamel@gmail.com> | 2020-11-07 12:22:24 -0800 |
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2020-11-07 12:50:57 -0800 |
| commit | 8258cf285fabb281d85d9c880d816e54fbf62d37 (patch) | |
| tree | e0a10712e62633f7c2d366e5716308706367d067 /library/std/src/thread | |
| parent | b2d115f6db5172c961dfeb50de15f35784dbc7c9 (diff) | |
| download | rust-8258cf285fabb281d85d9c880d816e54fbf62d37.tar.gz rust-8258cf285fabb281d85d9c880d816e54fbf62d37.zip | |
Convert a bunch of intra-doc links
Diffstat (limited to 'library/std/src/thread')
| -rw-r--r-- | library/std/src/thread/local.rs | 2 | ||||
| -rw-r--r-- | library/std/src/thread/mod.rs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/library/std/src/thread/local.rs b/library/std/src/thread/local.rs index d8db5d1aa69..dd438858c37 100644 --- a/library/std/src/thread/local.rs +++ b/library/std/src/thread/local.rs @@ -255,7 +255,7 @@ impl<T: 'static> LocalKey<T> { /// /// This will lazily initialize the value if this thread has not referenced /// this key yet. If the key has been destroyed (which may happen if this is called - /// in a destructor), this function will return an [`AccessError`](struct.AccessError.html). + /// in a destructor), this function will return an [`AccessError`]. /// /// # Panics /// diff --git a/library/std/src/thread/mod.rs b/library/std/src/thread/mod.rs index bdb8fc7807b..fefaa77a2a1 100644 --- a/library/std/src/thread/mod.rs +++ b/library/std/src/thread/mod.rs @@ -137,7 +137,6 @@ //! [`thread::current`]: current //! [`thread::Result`]: Result //! [`unpark`]: Thread::unpark -//! [`Thread::name`]: Thread::name //! [`thread::park_timeout`]: park_timeout //! [`Cell`]: crate::cell::Cell //! [`RefCell`]: crate::cell::RefCell |
