cargo clippy fix
This commit is contained in:
parent
8cf2d48a16
commit
5ed7f6b837
8 changed files with 8 additions and 27 deletions
|
@ -13,9 +13,7 @@ use cosmic::{
|
|||
Element, Task,
|
||||
};
|
||||
use miette::{IntoDiagnostic, Result};
|
||||
use sqlx::{
|
||||
pool::PoolConnection, Sqlite, SqlitePool,
|
||||
};
|
||||
use sqlx::{pool::PoolConnection, Sqlite, SqlitePool};
|
||||
use tracing::{debug, error, warn};
|
||||
|
||||
use crate::core::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue