mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 11:30:58 +00:00
add too_many_arguments clippy exception
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
f37ce33164
commit
22285d0d01
@ -871,6 +871,7 @@ impl Archiver {
|
||||
.await
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn add_entry_to_archive<T: SeqWrite + Send>(
|
||||
&mut self,
|
||||
encoder: &mut Encoder<'_, T>,
|
||||
|
@ -195,6 +195,7 @@ pub async fn dir_or_last_from_group(
|
||||
|
||||
type Catalog = CatalogWriter<TokioWriterAdapter<StdChannelWriter<Error>>>;
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn backup_directory<P: AsRef<Path>>(
|
||||
client: &BackupWriter,
|
||||
dir_path: P,
|
||||
|
Loading…
Reference in New Issue
Block a user