5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-03 01:18:02 +03:00

client: clippy: allow too_many_arguments

These are API endpoints.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-12-02 14:10:08 +01:00 committed by Fabian Grünbichler
parent 109e063a7e
commit 2bacfa7029

View File

@ -736,6 +736,7 @@ fn spawn_catalog_upload(
}
)]
/// Create (host) backup.
#[allow(clippy::too_many_arguments)]
async fn create_backup(
param: Value,
all_file_systems: bool,
@ -1490,6 +1491,7 @@ We do not extract '.pxar' archives when writing to standard output.
}
)]
/// Restore backup repository.
#[allow(clippy::too_many_arguments)]
async fn restore(
param: Value,
allow_existing_dirs: bool,