Remove unused lifetime

This commit is contained in:
Aaron Hill 2022-01-05 10:19:10 -05:00
parent c5049bdcda
commit 04cb85032f
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -358,7 +358,7 @@ where
struct ErrorReplacer { struct ErrorReplacer {
vars: usize, vars: usize,
} }
impl<'i> Folder<Interner> for ErrorReplacer { impl Folder<Interner> for ErrorReplacer {
type Error = NoSolution; type Error = NoSolution;
fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> { fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> {