chore: update comments

This commit is contained in:
João Marcos P. Bezerra 2024-11-18 00:07:32 -03:00
parent e108e5b778
commit 984c07898b

View File

@ -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 },