clippy-fix

This commit is contained in:
Chris Cochrun 2024-06-25 23:04:30 -05:00
parent 3f2f57f8e7
commit cbf5fe3d9d
14 changed files with 166 additions and 184 deletions

View file

@ -39,7 +39,7 @@ mod qobject {
use cxx_qt_lib::{QString, QUrl};
use rfd::FileDialog;
use std::{path::Path, pin::Pin};
use tracing::{debug, debug_span, error, info, instrument};
use tracing::{debug, error};
#[derive(Clone)]
pub struct FileHelperRust {