🎨 Format files
All checks were successful
Build & test / build (push) Successful in 10m42s

This commit is contained in:
2025-07-01 18:53:41 +02:00
parent 972178932c
commit 9f85b7ae97
7 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
use deadpool_diesel::postgres::BuildError;
use diesel_async::pooled_connection::deadpool::Pool;
use diesel_async::pooled_connection::AsyncDieselConnectionManager;
use diesel_async::AsyncPgConnection;
use diesel_async::pooled_connection::AsyncDieselConnectionManager;
use diesel_async::pooled_connection::deadpool::Pool;
/// A type alias for the asynchronous PostgreSQL connection pool.
pub type PgPool = Pool<AsyncPgConnection>;