diff --git a/src/error.rs b/src/error.rs index 83657e1..a64ff91 100644 --- a/src/error.rs +++ b/src/error.rs @@ -120,7 +120,7 @@ impl From for Error { } } -impl<'t> From> for Error { +impl From 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