Re: [pve-devel] [PATCH proxmox-ve-rs] config: fix a few clippy warnings

2025-02-25 Thread Christoph Heiss
Ping, still applies. FWIW, no new warnings popped up with 1.85. On Fri Jan 17, 2025 at 8:51 AM CET, Christoph Heiss wrote: > .. as newly introduced with 1.84. > > Namely `elided_named_lifetimes` for the change of `SdnConfig` and > `clippy::needless_lifetimes` for the rest. > > Signed-off-by: Chri

[pve-devel] [PATCH proxmox-ve-rs] config: fix a few clippy warnings

2025-01-16 Thread Christoph Heiss
.. as newly introduced with 1.84. Namely `elided_named_lifetimes` for the change of `SdnConfig` and `clippy::needless_lifetimes` for the rest. Signed-off-by: Christoph Heiss --- proxmox-ve-config/src/firewall/parse.rs | 6 +++--- proxmox-ve-config/src/sdn/config.rs | 2 +- 2 files changed,