We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf989f commit e812da0Copy full SHA for e812da0
src/libcore/sync/atomic.rs
@@ -97,7 +97,7 @@ use fmt;
97
/// Save power or switch hyperthreads in a busy-wait spin-loop.
98
///
99
/// This function is deliberately more primitive than
100
-/// [`std::thread::yield_now`](../../thread/fn.yield_now.html) and
+/// [`std::thread::yield_now`](../../../std/thread/fn.yield_now.html) and
101
/// does not directly yield to the system's scheduler.
102
/// In some cases it might be useful to use a combination of both functions.
103
/// Careful benchmarking is advised.
0 commit comments