Re: [pve-devel] [PATCH proxmox-ve-rs 1/1] clippy: elided lifetime has a name

2025-04-05 Thread Maximiliano Sandoval
Gabriel Goller writes: > bump, still applies If I am not mistaken, this could use `+ use<'a>` instead of `+ 'a`. ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH proxmox-ve-rs 1/1] clippy: elided lifetime has a name

2025-03-31 Thread Gabriel Goller
bump, still applies ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH proxmox-ve-rs 1/1] clippy: elided lifetime has a name

2025-02-04 Thread Stefan Hanreich
--> proxmox-ve-config/src/sdn/config.rs:547:40 | 544 | pub fn ipsets<'a>( | -- lifetime `'a` declared here ... 547 | ) -> impl Iterator + '_ { |^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(e