From: Christoph Heiss <c.heiss@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] api: network: drop superfluous clippy attribute
Date: Fri, 25 Sep 2026 11:34:43 +0200 [thread overview]
Message-ID: <20260925093452.506424-1-c.heiss@proxmox.com> (raw)
Probably a leftover from copy-paste. Does nothing here, as the function
only has two parameters anyway.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
server/src/api/nodes/network.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/server/src/api/nodes/network.rs b/server/src/api/nodes/network.rs
index 3b97f970..67720424 100644
--- a/server/src/api/nodes/network.rs
+++ b/server/src/api/nodes/network.rs
@@ -110,7 +110,6 @@ pub fn read_interface(iface: String, rpcenv: &mut dyn RpcEnvironment) -> Result<
},
)]
/// Create network interface configuration.
-#[allow(clippy::too_many_arguments)]
pub fn create_interface(iface: String, config: InterfaceUpdater) -> Result<(), Error> {
proxmox_network_api::create_interface(iface, config)
}
--
2.55.0
reply other threads:[~2026-09-25 9:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260925093452.506424-1-c.heiss@proxmox.com \
--to=c.heiss@proxmox.com \
--cc=pdm-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