Skip to content

Commit d5e8b61

Browse files
author
Stjepan Glavina
committed
Change the stabilization version to 1.24.0
1 parent a115fcd commit d5e8b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/sync/atomic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ use fmt;
103103
///
104104
/// On some platforms this function may not do anything at all.
105105
#[inline]
106-
#[stable(feature = "spin_loop_hint", since = "1.23.0")]
106+
#[stable(feature = "spin_loop_hint", since = "1.24.0")]
107107
pub fn spin_loop_hint() {
108108
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
109109
unsafe {

0 commit comments

Comments
 (0)