cargo check moments

This commit is contained in:
2023-12-19 12:33:53 +02:00
parent 1a49b551b3
commit a19f79034b

View File

@@ -17,7 +17,7 @@ pub struct Arrival {
direction: bool,
}
use sqlx::{query_as, Execute, PgPool, QueryBuilder};
use sqlx::PgPool;
use web::Data;
#[get("all")]
async fn show_arrivals(db_pool: Data<PgPool>) -> impl Responder {