pmg-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:17 +02:00 committed by Thomas Lamprecht
parent e3dd69e832
commit f4164a056a

View File

@ -361,6 +361,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,