Updated the reference in core::hint::spin_loop to the correct relative path.
This commit is contained in:
parent
ab3b657373
commit
becee90cfd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ pub unsafe fn unreachable_unchecked() -> ! {
|
|||
/// **Note**: On platforms that do not support receiving spin-loop hints this function does not
|
||||
/// do anything at all.
|
||||
///
|
||||
/// [`std::thread::yield_now`]: ../../../std/thread/fn.yield_now.html
|
||||
/// [`std::thread::yield_now`]: ../../std/thread/fn.yield_now.html
|
||||
#[inline]
|
||||
#[unstable(feature = "renamed_spin_loop", issue = "55002")]
|
||||
pub fn spin_loop() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue