[pbs-devel] [RFC proxmox-backup 03/24] server: pull: silence clippy to many arguments warning
    Christian Ebner 
    c.ebner at proxmox.com
       
    Mon Jul 15 12:15:41 CEST 2024
    
    
  
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
 src/server/pull.rs | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/server/pull.rs b/src/server/pull.rs
index b505976ad..e8b1d0013 100644
--- a/src/server/pull.rs
+++ b/src/server/pull.rs
@@ -503,6 +503,7 @@ pub(crate) struct PullParameters {
 
 impl PullParameters {
     /// Creates a new instance of `PullParameters`.
+    #[allow(clippy::too_many_arguments)]
     pub(crate) fn new(
         store: &str,
         ns: BackupNamespace,
-- 
2.39.2
    
    
More information about the pbs-devel
mailing list