From 984c07898b0e8aecbbbd821734bbcd94c50e6f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Mon, 18 Nov 2024 00:07:32 -0300 Subject: [PATCH] chore: update comments --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index b8c274d..6b2e92d 100644 --- a/src/error.rs +++ b/src/error.rs @@ -32,7 +32,7 @@ pub enum Error { PermissionDenied { error_title: String }, /// From zip::result::ZipError::UnsupportedArchive UnsupportedZipArchive(&'static str), - /// TO BE REMOVED + /// We don't support compressing the root folder. CompressingRootFolder, /// Specialized walkdir's io::Error wrapper with additional information on the error WalkdirError { reason: String },