refactor: apply clippy recommendations
This commit is contained in:
parent
7a06c33b99
commit
fbbe6719b6
10 changed files with 20 additions and 25 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue