pmg-rs: acme: clippy: reference is immediately deref'd by the compiler

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2024-06-20 13:50:20 +02:00 committed by Thomas Lamprecht
parent b9e227eedb
commit dc38e4736e

View File

@ -403,7 +403,7 @@ pub mod export {
this.inner this.inner
.lock() .lock()
.unwrap() .unwrap()
.revoke_certificate(&data, reason)?; .revoke_certificate(data, reason)?;
Ok(()) Ok(())
} }