Change the stabilization version to 1.24.0

This commit is contained in:
Stjepan Glavina 2017-11-27 19:24:13 +01:00
parent a115fcd1a0
commit d5e8b61054

View file

@ -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 {