Skip to content

Commit

Permalink
Remove some trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbramley committed Jan 9, 2023
1 parent 39e02b7 commit 1d47fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86_64/cmpxchg16b.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub unsafe fn cmpxchg16b(
(_, Release) => panic!("there is no such thing as a release failure ordering"),

// `atomic::Ordering` is non_exhaustive. It warns when `core_arch` is built as a part of `core`.
#[allow(unreachable_patterns)]
#[allow(unreachable_patterns)]
(_, _) => unreachable!(),
};
val
Expand Down

0 comments on commit 1d47fa7

Please sign in to comment.