mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
error: remove unused error variants
This commit is contained in:
parent
9265198f58
commit
8fc2f06ef7
@ -9,9 +9,6 @@ use crate::{oof, utils::colors::*};
|
||||
pub enum Error {
|
||||
UnknownExtensionError(String),
|
||||
MissingExtensionError(PathBuf),
|
||||
// TODO: get rid of this error variant
|
||||
InvalidUnicode,
|
||||
InvalidInput,
|
||||
IoError { reason: String },
|
||||
FileNotFound(PathBuf),
|
||||
AlreadyExists,
|
||||
|
Loading…
x
Reference in New Issue
Block a user