diff --git a/proxmox-compression/src/zip.rs b/proxmox-compression/src/zip.rs index a84c1c9f..ac59b14d 100644 --- a/proxmox-compression/src/zip.rs +++ b/proxmox-compression/src/zip.rs @@ -439,8 +439,8 @@ where /// /// use proxmox_compression::zip::{ZipEncoder, ZipEntry}; /// -/// #[tokio::main] -/// async fn main() -> Result<(), Error> { +/// //#[tokio::main] +/// async fn main_() -> Result<(), Error> { /// let target = File::open("foo.zip").await?; /// let mut source = File::open("foo.txt").await?; ///