File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ use crate::intrinsics;
24
24
/// Otherwise, consider using the [`unreachable!`] macro, which does not allow
25
25
/// optimizations but will panic when executed.
26
26
///
27
- /// [`unreachable!`]: ../macro.unreachable.html
28
27
///
29
28
/// # Example
30
29
///
@@ -61,7 +60,7 @@ pub const unsafe fn unreachable_unchecked() -> ! {
61
60
/// **Note**: On platforms that do not support receiving spin-loop hints this function does not
62
61
/// do anything at all.
63
62
///
64
- /// [`core::sync::atomic::spin_loop_hint`]: ../ sync/ atomic/fn. spin_loop_hint.html
63
+ /// [`core::sync::atomic::spin_loop_hint`]: crate:: sync:: atomic:: spin_loop_hint
65
64
#[ inline]
66
65
#[ unstable( feature = "renamed_spin_loop" , issue = "55002" ) ]
67
66
pub fn spin_loop ( ) {
You can’t perform that action at this time.
0 commit comments