Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change the stabilization version to 1.24.0
  • Loading branch information
Stjepan Glavina committed Nov 27, 2017
1 parent a115fcd commit d5e8b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/sync/atomic.rs
Expand Up @@ -103,7 +103,7 @@ use fmt;
///
/// On some platforms this function may not do anything at all.
#[inline]
#[stable(feature = "spin_loop_hint", since = "1.23.0")]
#[stable(feature = "spin_loop_hint", since = "1.24.0")]
pub fn spin_loop_hint() {
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
unsafe {
Expand Down

0 comments on commit d5e8b61

Please sign in to comment.