From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 762AF1FF13F for ; Thu, 21 May 2026 15:00:52 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B63FD121B1; Thu, 21 May 2026 15:00:51 +0200 (CEST) Date: Thu, 21 May 2026 15:00:48 +0200 From: Wolfgang Bumiller To: Lukas Wagner Subject: partially-applied: [PATCH datacenter-manager 0/3] various clippy fixes Message-ID: References: <20260520131348.332987-1-l.wagner@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260520131348.332987-1-l.wagner@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1779368431444 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.087 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: CD5LHKTKEXLGK4GQZLFYLILWLYTTYLXZ X-Message-ID-Hash: CD5LHKTKEXLGK4GQZLFYLILWLYTTYLXZ X-MailFrom: w.bumiller@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: pdm-devel@lists.proxmox.com X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: applied patches 1 & 2 3 I'd rather fix in proxmox-client. On Wed, May 20, 2026 at 03:13:44PM +0200, Lukas Wagner wrote: > Lukas Wagner (3): > clippy: cli: acme: redundant field names in struct initialization > clippy: pdm-client: use parameter type for pve_list_storages > clippy: sdn-client: fix 'large size difference between variants' for > error type > > cli/admin/src/acme.rs | 8 ++--- > lib/pdm-client/src/lib.rs | 43 +++++++++++++++++++-------- > server/src/sdn_client.rs | 27 ++++++++++------- > ui/src/widget/pve_storage_selector.rs | 19 ++++++++---- > 4 files changed, 63 insertions(+), 34 deletions(-) > > -- > 2.47.3