proxmox/proxmox-acme
Maximiliano Sandoval baccbda477 acme: elide explicit lifetimes
Fixes the clippy warning:

warning: the following explicit lifetimes could be elided: 'a
  --> proxmox-acme/src/async_client.rs:65:30
   |
65 |     pub async fn new_account<'a>(
   |                              ^^
66 |         &'a mut self,
   |          ^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
   = note: `#[warn(clippy::needless_lifetimes)]` on by default

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-06-28 10:22:58 +02:00
..
debian bump proxmox-acme to 0.5.2 2024-05-16 11:53:52 +02:00
src acme: elide explicit lifetimes 2024-06-28 10:22:58 +02:00
Cargo.toml bump proxmox-acme to 0.5.2 2024-05-16 11:53:52 +02:00