]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/node/tasks.rs
clippy: allow api functions with many arguments
[proxmox-backup.git] / src / api2 / node / tasks.rs
index 994705316fed73546a7412b4fb2b77245f35c176..ff6ed72694bb66ff4e006ebd1b565f4c867b05a7 100644 (file)
@@ -425,6 +425,7 @@ fn stop_task(
     },
 )]
 /// List tasks.
+#[allow(clippy::too_many_arguments)]
 pub fn list_tasks(
     start: u64,
     limit: u64,