mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Change version number for impl From<bool> for AtomicBool to 1.24.0
This commit is contained in:
@@ -928,7 +928,7 @@ pub fn compare_exchange_weak(&self,
|
||||
}
|
||||
|
||||
#[cfg(target_has_atomic = "8")]
|
||||
#[stable(feature = "atomic_from", since = "1.23.0")]
|
||||
#[stable(feature = "atomic_bool_from", since = "1.24.0")]
|
||||
impl From<bool> for AtomicBool {
|
||||
#[inline]
|
||||
fn from(b: bool) -> Self { Self::new(b) }
|
||||
|
||||
Reference in New Issue
Block a user