From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH backup 3/3] client: clippy: allow too_many_arguments
Date: Mon, 2 Dec 2024 14:10:08 +0100 [thread overview]
Message-ID: <20241202131008.410529-3-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20241202131008.410529-1-m.sandoval@proxmox.com>
These are API endpoints.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
proxmox-backup-client/src/main.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/proxmox-backup-client/src/main.rs b/proxmox-backup-client/src/main.rs
index b0d45f89e..9daa513f9 100644
--- a/proxmox-backup-client/src/main.rs
+++ b/proxmox-backup-client/src/main.rs
@@ -736,6 +736,7 @@ fn spawn_catalog_upload(
}
)]
/// Create (host) backup.
+#[allow(clippy::too_many_arguments)]
async fn create_backup(
param: Value,
all_file_systems: bool,
@@ -1490,6 +1491,7 @@ We do not extract '.pxar' archives when writing to standard output.
}
)]
/// Restore backup repository.
+#[allow(clippy::too_many_arguments)]
async fn restore(
param: Value,
allow_existing_dirs: bool,
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-12-02 13:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-02 13:10 [pbs-devel] [PATCH backup 1/3] docs: remove empty lines in doc strings Maximiliano Sandoval
2024-12-02 13:10 ` [pbs-devel] [PATCH backup 2/3] chunker: do not reassign context's total field Maximiliano Sandoval
2024-12-02 13:10 ` Maximiliano Sandoval [this message]
2024-12-03 10:26 ` [pbs-devel] applied-series: [PATCH backup 1/3] docs: remove empty lines in doc strings Fabian Grünbichler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241202131008.410529-3-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox