Cargo fmt

This commit is contained in:
Ulf Lilleengen 2021-10-19 08:37:19 +02:00
parent 2ef4a45fa0
commit db3b315f94

View file

@ -39,12 +39,12 @@ pub mod rng;
#[cfg(not(feature = "nrf52820"))]
pub mod saadc;
pub mod spim;
#[cfg(not(feature = "nrf9160"))]
pub mod temp;
pub mod timer;
pub mod twim;
pub mod uarte;
pub mod wdt;
#[cfg(not(feature = "nrf9160"))]
pub mod temp;
// This mod MUST go last, so that it sees all the `impl_foo!` macros
#[cfg(feature = "nrf52805")]