Skip to content

Commit

Permalink
Rollup merge of rust-lang#65663 - Amanieu:typo, r=varkor
Browse files Browse the repository at this point in the history
Fix typo from rust-lang#65214
  • Loading branch information
Centril committed Oct 21, 2019
2 parents c461d02 + 3de7698 commit 56756c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/panic.rs
Expand Up @@ -264,7 +264,7 @@ impl RefUnwindSafe for atomic::AtomicI128 {}
#[cfg(target_has_atomic_load_store = "ptr")]
#[stable(feature = "unwind_safe_atomic_refs", since = "1.14.0")]
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")]
impl RefUnwindSafe for atomic::AtomicU8 {}
#[cfg(target_has_atomic_load_store = "16")]
Expand Down

0 comments on commit 56756c2

Please sign in to comment.