fix compiler warnings

This commit is contained in:
2024-07-03 06:47:25 -04:00
parent 0124f77f7b
commit 00089d7efb
10 changed files with 29 additions and 63 deletions

View File

@ -2,10 +2,6 @@ use std::error::Error;
use std::time::Duration;
use once_cell::sync::OnceCell;
use rfd::{
MessageDialog,
MessageLevel,
};
use sqlx::{
SqlitePool,
sqlite::SqlitePoolOptions,