We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7008f35 commit 7e5fa89Copy full SHA for 7e5fa89
src/builder.rs
@@ -2454,7 +2454,6 @@ impl ToGccOrdering for AtomicOrdering {
2454
use MemOrdering::*;
2455
2456
let ordering = match self {
2457
- AtomicOrdering::Unordered => __ATOMIC_RELAXED,
2458
AtomicOrdering::Relaxed => __ATOMIC_RELAXED, // TODO(antoyo): check if that's the same.
2459
AtomicOrdering::Acquire => __ATOMIC_ACQUIRE,
2460
AtomicOrdering::Release => __ATOMIC_RELEASE,
0 commit comments