fix(src): remove unnecessary import
1 files changed, 0 insertions(+), 1 deletions(-) M source/src/main.rs
M source/src/main.rs => source/src/main.rs +0 -1
@@ 25,7 25,6 @@ use clock_app::{ClockApp, ClockInterrupt}; use clock_display::{ClockDisplay, DisplayPart}; use clock_display_viewer::ClockDisplayViewer; use clock_state::ClockState; use simple_clock::button::Button; use core::{alloc::Layout, cell::RefCell, convert::Infallible, panic::PanicInfo}; use cortex_m::asm::wfi; use cortex_m_rt::entry;