remove warns

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-10 15:06:11 +08:00
parent ceb2e6614c
commit 7de5b7dbc0
2 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
use std::collections::HashMap;
use std::num::NonZeroI64;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
use std::sync::Mutex;
use std::sync::{
atomic::{AtomicUsize, Ordering},
Arc,