From 2bf12c62077cd5e533b5463256b3644e57a7c59d Mon Sep 17 00:00:00 2001 From: Robert Jördens Date: Thu, 16 Dec 2021 20:51:27 +0100 Subject: fmt [nfc] --- asm/inline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/inline.rs') diff --git a/asm/inline.rs b/asm/inline.rs index 1307499..dd61925 100644 --- a/asm/inline.rs +++ b/asm/inline.rs @@ -6,8 +6,8 @@ //! All of these functions should be blanket-`unsafe`. `cortex-m` provides safe wrappers where //! applicable. -use core::sync::atomic::{compiler_fence, Ordering}; use core::arch::asm; +use core::sync::atomic::{compiler_fence, Ordering}; #[inline(always)] pub unsafe fn __bkpt() { -- cgit v1.2.3