Remove useless cargo clippy annotation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-03-26 21:09:52 +01:00
parent dfb277d636
commit 3a7e2d01f0

View File

@ -16,7 +16,6 @@ pub struct AuthWebauthnRequest {
credential: PublicKeyCredential,
}
#[allow(clippy::too_many_arguments)]
pub async fn auth_webauthn(
id: Identity,
req: web::Json<AuthWebauthnRequest>,