Remove useless cargo clippy annotation

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

@ -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>,