Rust Version, Linting & CI Fix

This commit is contained in:
Neshura 2023-09-07 20:33:47 +02:00
parent 6ab4ae7244
commit cf36c8205b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 7 additions and 11 deletions
src/db

View file

@ -1,5 +1 @@
use std::error::Error;
use sqlx::{Postgres, postgres::PgConnectOptions, PgPool, Pool};
pub(crate) mod schemas;