Fixing ouch OofError convertion

This commit is contained in:
João M. Bezerra 2021-05-19 12:28:49 -03:00
parent 5e7ee4f959
commit f203b80eb8

View File

@ -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