chore: Make the rest of clippy happy

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-09-24 14:39:22 +10:00
parent 0d78375f54
commit f733fbba65

View File

@ -30,8 +30,7 @@ use std::path::{Path, PathBuf};
use std::sync::mpsc::Sender; use std::sync::mpsc::Sender;
use std::sync::{Arc, Mutex}; use std::sync::{Arc, Mutex};
use std::time::Instant; use std::time::Instant;
use tauri::{App, AppHandle, Emitter}; use tauri::{AppHandle, Emitter};
use uuid::timestamp::context;
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
use rustix::fs::{FallocateFlags, fallocate}; use rustix::fs::{FallocateFlags, fallocate};