fix: Build error from duplicate imports

This commit is contained in:
beerpsi 2024-01-03 17:57:36 +07:00
parent 6972b92fa5
commit b4c4947ac6

View File

@ -43,7 +43,7 @@ cfg_if::cfg_if! {
if #[cfg(any(chuni, chusanapp))] {
type SliderCallbackFn = unsafe extern "C" fn(data: *const u8);
use std::{sync::atomic::AtomicBool, thread::{self, JoinHandle}};
use std::thread::{self, JoinHandle};
use ::log::info;
use once_cell::sync::OnceCell;