mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Fixing ouch OofError convertion
This commit is contained in:
parent
5e7ee4f959
commit
f203b80eb8
@ -120,7 +120,7 @@ impl From<walkdir::Error> for Error {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'t> From<oof::OofError<'t>> for Error {
|
||||
impl From<oof::OofError> for Error {
|
||||
fn from(err: oof::OofError) -> Self {
|
||||
// To avoid entering a lifetime hell, we'll just print the Oof error here
|
||||
// and skip saving it into a variant of Self
|
||||
|
Loading…
x
Reference in New Issue
Block a user