We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3b657 commit becee90Copy full SHA for becee90
src/libcore/hint.rs
@@ -71,7 +71,7 @@ pub unsafe fn unreachable_unchecked() -> ! {
71
/// **Note**: On platforms that do not support receiving spin-loop hints this function does not
72
/// do anything at all.
73
///
74
-/// [`std::thread::yield_now`]: ../../../std/thread/fn.yield_now.html
+/// [`std::thread::yield_now`]: ../../std/thread/fn.yield_now.html
75
#[inline]
76
#[unstable(feature = "renamed_spin_loop", issue = "55002")]
77
pub fn spin_loop() {
0 commit comments