From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id EA89E1FF13A for ; Wed, 22 Jul 2026 14:45:54 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id E4506214FB; Wed, 22 Jul 2026 14:45:53 +0200 (CEST) Message-ID: <33f6054a-cf21-4265-8d65-9e0d2b3899a8@proxmox.com> Date: Wed, 22 Jul 2026 14:45:20 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta From: Erik Fastermann Subject: Re: [PATCH proxmox-offline-mirror 1/3] clippy: elide redundant lifetimes To: Nicolas Frey , pve-devel@lists.proxmox.com References: <20260226111239.80602-1-n.frey@proxmox.com> <20260226111239.80602-2-n.frey@proxmox.com> Content-Language: en-US In-Reply-To: <20260226111239.80602-2-n.frey@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1784724293203 X-SPAM-LEVEL: Spam detection results: 0 AWL 1.272 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust 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: PE6ZO3VKRFV7P734PJVR42J4ICTXYVR3 X-Message-ID-Hash: PE6ZO3VKRFV7P734PJVR42J4ICTXYVR3 X-MailFrom: e.fastermann@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 X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > No functional changes. > > for const, 'static lifetime is the default and > `mountpoint_to_path_exists` had needless lifetimes, so fix it > > Signed-off-by: Nicolas Frey LGTM Reviewed-by: Erik Fastermann