mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 13:57:45 +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
|
.await
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
async fn add_entry_to_archive<T: SeqWrite + Send>(
|
async fn add_entry_to_archive<T: SeqWrite + Send>(
|
||||||
&mut self,
|
&mut self,
|
||||||
encoder: &mut Encoder<'_, T>,
|
encoder: &mut Encoder<'_, T>,
|
||||||
|
@ -195,6 +195,7 @@ pub async fn dir_or_last_from_group(
|
|||||||
|
|
||||||
type Catalog = CatalogWriter<TokioWriterAdapter<StdChannelWriter<Error>>>;
|
type Catalog = CatalogWriter<TokioWriterAdapter<StdChannelWriter<Error>>>;
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
async fn backup_directory<P: AsRef<Path>>(
|
async fn backup_directory<P: AsRef<Path>>(
|
||||||
client: &BackupWriter,
|
client: &BackupWriter,
|
||||||
dir_path: P,
|
dir_path: P,
|
||||||
|
Loading…
Reference in New Issue
Block a user