chore: fix clippy warnings

This commit is contained in:
NimBold
2026-06-25 00:29:02 +03:30
parent 8a258981ce
commit 68607d6909
3 changed files with 14 additions and 20 deletions
-1
View File
@@ -4,7 +4,6 @@ use serde::Deserialize;
use std::collections::{HashMap, HashSet, VecDeque};
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;
use std::time::Duration;
use tauri::{AppHandle, Manager};
use tokio::sync::{Mutex, Notify, OwnedSemaphorePermit, Semaphore};
use ts_rs::TS;