From 79b2c8e481af137c8e0643e10cf84f461bbf1a04 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 20 Jun 2024 13:50:09 +0200 Subject: [PATCH] pve-rs: tfa: clippy: this function has too many arguments Signed-off-by: Lukas Wagner --- pve-rs/src/tfa.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pve-rs/src/tfa.rs b/pve-rs/src/tfa.rs index 798cdad..6650151 100644 --- a/pve-rs/src/tfa.rs +++ b/pve-rs/src/tfa.rs @@ -409,6 +409,7 @@ mod export { methods::list_tfa(&this.inner.lock().unwrap(), authid, top_level_allowed) } + #[allow(clippy::too_many_arguments)] #[export] fn api_add_tfa_entry( #[raw] raw_this: Value,