> https://github.com/rust-embedded/svd2rust/runs/4832218792?check_suite_focus=true Thanks for the link. That's super odd, because it builds locally and when I add the explicit import it says the import is unused... ```rust warning: unused import: `core::arch::asm` --> src/timer.rs:3:5 | 3 | use core::arch::asm; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default ```