From 05cb1baf375caff29f263f97dc3ade36562d4e1e Mon Sep 17 00:00:00 2001 From: Caleb Jamison Date: Fri, 9 Aug 2024 15:54:30 -0400 Subject: [PATCH] Fix ci/rustfmt --- embassy-rp/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index a0c6538d2..006588c54 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs @@ -46,7 +46,6 @@ pub(crate) mod relocate; // Reexports pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; - #[cfg(feature = "unstable-pac")] pub use rp_pac as pac; #[cfg(not(feature = "unstable-pac"))]