Fix a couple of warnings

This commit is contained in:
bjorn3
2025-11-30 09:02:38 +01:00
parent 03087b091d
commit 5250df46dc
6 changed files with 6 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
use std::{thread, time::{Duration, Instant}};
use std::time::{Duration, Instant};
pub struct Timeout {
instant: Instant,
@@ -42,4 +42,4 @@ impl Timeout {
Err(())
}
}
}
}