From 3a7e2d01f070991cf3e312c13d6c8a5311967042 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 26 Mar 2024 21:09:52 +0100 Subject: [PATCH] Remove useless cargo clippy annotation --- src/controllers/login_api.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/login_api.rs b/src/controllers/login_api.rs index 587a264..bc016d2 100644 --- a/src/controllers/login_api.rs +++ b/src/controllers/login_api.rs @@ -16,7 +16,6 @@ pub struct AuthWebauthnRequest { credential: PublicKeyCredential, } -#[allow(clippy::too_many_arguments)] pub async fn auth_webauthn( id: Identity, req: web::Json,