refactor: allow unused vars until pagination implementation

This commit is contained in:
Sebastian Pravda 2023-01-15 20:02:45 +01:00
parent f054130c12
commit 60c3f37a65
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -109,6 +109,7 @@ pub async fn create_candidate(
) )
} }
#[allow(unused_variables)]
#[get("/candidates?<field>&<page>")] #[get("/candidates?<field>&<page>")]
pub async fn list_candidates( pub async fn list_candidates(
conn: Connection<'_, Db>, conn: Connection<'_, Db>,