aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/walk.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hir_ty/src/walk.rs')
-rw-r--r--crates/hir_ty/src/walk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/walk.rs b/crates/hir_ty/src/walk.rs
index 91116dcda..873d563c0 100644
--- a/crates/hir_ty/src/walk.rs
+++ b/crates/hir_ty/src/walk.rs
@@ -408,7 +408,7 @@ impl TypeWalk for AliasEq {
408 } 408 }
409} 409}
410 410
411impl TypeWalk for FnSubst { 411impl TypeWalk for FnSubst<Interner> {
412 fn walk(&self, f: &mut impl FnMut(&Ty)) { 412 fn walk(&self, f: &mut impl FnMut(&Ty)) {
413 self.0.walk(f) 413 self.0.walk(f)
414 } 414 }