Skip to content

Commit 3d89e05

Browse files
jacobbramleyAmanieu
authored andcommitted
Remove some trailing whitespace.
1 parent e5ccfbe commit 3d89e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86_64/cmpxchg16b.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub unsafe fn cmpxchg16b(
7676
(_, Release) => panic!("there is no such thing as a release failure ordering"),
7777

7878
// `atomic::Ordering` is non_exhaustive. It warns when `core_arch` is built as a part of `core`.
79-
#[allow(unreachable_patterns)]
79+
#[allow(unreachable_patterns)]
8080
(_, _) => unreachable!(),
8181
};
8282
val

0 commit comments

Comments
 (0)