diff --git a/proxmox-compression/src/zip.rs b/proxmox-compression/src/zip.rs index fb110d13..234cf4fb 100644 --- a/proxmox-compression/src/zip.rs +++ b/proxmox-compression/src/zip.rs @@ -666,8 +666,7 @@ where encoder.add_entry(ze, content).await?; } // ignore other file types - let ok: Result<(), Error> = Ok(()); - ok + Ok::<(), Error>(()) } .await {