Fix typo from #65214
This commit is contained in:
parent
b7a9c285a5
commit
3de7698e12
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ impl RefUnwindSafe for atomic::AtomicI128 {}
|
||||||
#[cfg(target_has_atomic_load_store = "ptr")]
|
#[cfg(target_has_atomic_load_store = "ptr")]
|
||||||
#[stable(feature = "unwind_safe_atomic_refs", since = "1.14.0")]
|
#[stable(feature = "unwind_safe_atomic_refs", since = "1.14.0")]
|
||||||
impl RefUnwindSafe for atomic::AtomicUsize {}
|
impl RefUnwindSafe for atomic::AtomicUsize {}
|
||||||
#[cfg(target_hastarget_has_atomic_load_store_atomic = "8")]
|
#[cfg(target_has_atomic_load_store = "8")]
|
||||||
#[unstable(feature = "integer_atomics", issue = "32976")]
|
#[unstable(feature = "integer_atomics", issue = "32976")]
|
||||||
impl RefUnwindSafe for atomic::AtomicU8 {}
|
impl RefUnwindSafe for atomic::AtomicU8 {}
|
||||||
#[cfg(target_has_atomic_load_store = "16")]
|
#[cfg(target_has_atomic_load_store = "16")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue