mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
chore: update comments
This commit is contained in:
parent
e108e5b778
commit
984c07898b
@ -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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user