Remove useless cargo clippy annotation
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -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>,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user