Rust Version, Linting & CI Fix
This commit is contained in:
parent
6ab4ae7244
commit
cf36c8205b
6 changed files with 7 additions and 11 deletions
src/db
|
@ -1,5 +1 @@
|
|||
use std::error::Error;
|
||||
|
||||
use sqlx::{Postgres, postgres::PgConnectOptions, PgPool, Pool};
|
||||
|
||||
pub(crate) mod schemas;
|
Reference in a new issue