mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-24 06:56:21 +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
|
this.inner
|
||||||
.lock()
|
.lock()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.revoke_certificate(&data, reason)?;
|
.revoke_certificate(data, reason)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user