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/mod.rs | |
| 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/mod.rs')
| -rw-r--r-- | library/std/src/thread/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
