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;
2424/// Otherwise, consider using the [`unreachable!`] macro, which does not allow
2525/// optimizations but will panic when executed.
2626///
27- /// [`unreachable!`]: ../macro.unreachable.html
2827///
2928/// # Example
3029///
@@ -61,7 +60,7 @@ pub const unsafe fn unreachable_unchecked() -> ! {
6160/// **Note**: On platforms that do not support receiving spin-loop hints this function does not
6261/// do anything at all.
6362///
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
6564#[ inline]
6665#[ unstable( feature = "renamed_spin_loop" , issue = "55002" ) ]
6766pub fn spin_loop ( ) {
You can’t perform that action at this time.
0 commit comments