mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +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 {
|
pub enum Error {
|
||||||
UnknownExtensionError(String),
|
UnknownExtensionError(String),
|
||||||
MissingExtensionError(PathBuf),
|
MissingExtensionError(PathBuf),
|
||||||
// TODO: get rid of this error variant
|
|
||||||
InvalidUnicode,
|
|
||||||
InvalidInput,
|
|
||||||
IoError { reason: String },
|
IoError { reason: String },
|
||||||
FileNotFound(PathBuf),
|
FileNotFound(PathBuf),
|
||||||
AlreadyExists,
|
AlreadyExists,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user