mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 23:40:13 +00:00
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:
parent
b9e227eedb
commit
dc38e4736e
@ -403,7 +403,7 @@ pub mod export {
|
||||
this.inner
|
||||
.lock()
|
||||
.unwrap()
|
||||
.revoke_certificate(&data, reason)?;
|
||||
.revoke_certificate(data, reason)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user