chore: run clippy and cargo fmt on pending changes

This commit is contained in:
Chance 2025-04-07 23:06:48 -04:00 committed by BitSyndicate
parent 38c67f3a14
commit 32f0f010d0
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
8 changed files with 34 additions and 24 deletions

View file

@ -1,9 +1,6 @@
use std::fmt::Write as FmtWrite;
use std::mem;
use std::str::FromStr;
use std::{error::Error, path::PathBuf};
use backtrace::Backtrace;
use native_dialog::{MessageDialog, MessageType};
use parking_lot::Once;
use tracing::error;