src: drop unused modules

This commit is contained in:
2024-10-28 22:20:51 +01:00
parent 3f20c07369
commit ed034046e8
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
use std::fmt;
use std::time::{Duration, Instant};
pub trait Task {
fn tick(&mut self) {}