From d5e8b61054018799c09d0e4c7166a6c4f198cbc5 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 27 Nov 2017 19:24:13 +0100 Subject: [PATCH] Change the stabilization version to 1.24.0 --- src/libcore/sync/atomic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/sync/atomic.rs b/src/libcore/sync/atomic.rs index 5486cb2926650..8a261b8f07737 100644 --- a/src/libcore/sync/atomic.rs +++ b/src/libcore/sync/atomic.rs @@ -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 {