diff --git a/pbs-client/src/pxar/create.rs b/pbs-client/src/pxar/create.rs index 33a4c29e..4968e4b8 100644 --- a/pbs-client/src/pxar/create.rs +++ b/pbs-client/src/pxar/create.rs @@ -871,6 +871,7 @@ impl Archiver { .await } + #[allow(clippy::too_many_arguments)] async fn add_entry_to_archive( &mut self, encoder: &mut Encoder<'_, T>, diff --git a/proxmox-backup-client/src/main.rs b/proxmox-backup-client/src/main.rs index 26a07b1c..7fa57b2f 100644 --- a/proxmox-backup-client/src/main.rs +++ b/proxmox-backup-client/src/main.rs @@ -195,6 +195,7 @@ pub async fn dir_or_last_from_group( type Catalog = CatalogWriter>>; +#[allow(clippy::too_many_arguments)] async fn backup_directory>( client: &BackupWriter, dir_path: P,