warning fix

This commit is contained in:
2026-06-18 13:44:38 +07:00
parent 4edf472d1f
commit cab3c10c85
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use std::{
ops::{Deref, DerefMut},
sync::{
Arc, LazyLock, Mutex,
atomic::{AtomicBool, AtomicU64, AtomicUsize, Ordering},
atomic::{AtomicBool, AtomicU64, Ordering},
},
time::Instant as StdInstant,
};