pve-rs: tfa: clippy: this function has too many arguments

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2024-06-20 13:50:09 +02:00 committed by Thomas Lamprecht
parent 2b23512a56
commit 79b2c8e481

View File

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