1 2 3 4 5 6 7
use void_ship::remove_timer_mappings; fn main() { if let Err(e) = remove_timer_mappings() { eprintln!("Unable to remove timers. Error: {}", e); } }