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 }, PermissionDenied { error_title: String },
/// From zip::result::ZipError::UnsupportedArchive /// From zip::result::ZipError::UnsupportedArchive
UnsupportedZipArchive(&'static str), UnsupportedZipArchive(&'static str),
/// TO BE REMOVED /// We don't support compressing the root folder.
CompressingRootFolder, CompressingRootFolder,
/// Specialized walkdir's io::Error wrapper with additional information on the error /// Specialized walkdir's io::Error wrapper with additional information on the error
WalkdirError { reason: String }, WalkdirError { reason: String },