Skip to content

Commit 97838b1

Browse files
bors[bot]Aaron1011
andauthored
Merge #11198
11198: Remove unused lifetime r=lnicola a=Aaron1011 Co-authored-by: Aaron Hill <[email protected]>
2 parents c5049bd + 04cb850 commit 97838b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir_ty/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ where
358358
struct ErrorReplacer {
359359
vars: usize,
360360
}
361-
impl<'i> Folder<Interner> for ErrorReplacer {
361+
impl Folder<Interner> for ErrorReplacer {
362362
type Error = NoSolution;
363363

364364
fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> {

0 commit comments

Comments
 (0)