refactor: apply clippy recommendations

This commit is contained in:
Matthieu Bessat 2024-11-12 14:29:27 +01:00
parent 7a06c33b99
commit fbbe6719b6
10 changed files with 20 additions and 25 deletions

View file

@ -1,4 +1,4 @@
use anyhow::{anyhow, Context, Result};
use anyhow::{Context, Result};
use sqlx::{sqlite::{SqliteConnectOptions, SqlitePoolOptions}, Pool, Sqlite, ConnectOptions};
use std::str::FromStr;