Remove some trailing whitespace.

This commit is contained in:
Jacob Bramley 2023-01-09 08:39:53 +00:00 committed by Amanieu d'Antras
parent 665e33f3be
commit 4364634d74

View file

@ -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