all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH offline-mirror] verifier: elide lifetimes when possible
@ 2025-01-13 13:30 Maximiliano Sandoval
  2025-01-14  8:01 ` [pbs-devel] applied: " Dietmar Maurer
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-01-13 13:30 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/helpers/verifier.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/helpers/verifier.rs b/src/helpers/verifier.rs
index 0010ba2..5a0aa37 100644
--- a/src/helpers/verifier.rs
+++ b/src/helpers/verifier.rs
@@ -21,7 +21,7 @@ struct Helper<'a> {
     cert: &'a Cert,
 }
 
-impl<'a> VerificationHelper for Helper<'a> {
+impl VerificationHelper for Helper<'_> {
     fn get_certs(&mut self, _ids: &[KeyHandle]) -> sequoia_openpgp::Result<Vec<Cert>> {
         // Return public keys for signature verification here.
         Ok(vec![self.cert.clone()])
-- 
2.39.5



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pbs-devel] applied: [PATCH offline-mirror] verifier: elide lifetimes when possible
  2025-01-13 13:30 [pbs-devel] [PATCH offline-mirror] verifier: elide lifetimes when possible Maximiliano Sandoval
@ 2025-01-14  8:01 ` Dietmar Maurer
  0 siblings, 0 replies; 2+ messages in thread
From: Dietmar Maurer @ 2025-01-14  8:01 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Maximiliano Sandoval

applied


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-14  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-13 13:30 [pbs-devel] [PATCH offline-mirror] verifier: elide lifetimes when possible Maximiliano Sandoval
2025-01-14  8:01 ` [pbs-devel] applied: " Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal