diff --git a/compiler/rustc_mir_build/src/thir/pattern/check_match.rs b/compiler/rustc_mir_build/src/thir/pattern/check_match.rs index e844f1114d61e..6a79401af24ea 100644 --- a/compiler/rustc_mir_build/src/thir/pattern/check_match.rs +++ b/compiler/rustc_mir_build/src/thir/pattern/check_match.rs @@ -101,8 +101,7 @@ struct MatchVisitor<'p, 'tcx> { error: Result<(), ErrorGuaranteed>, } -// Visitor for a thir body. This calls `check_match`, `check_let` and `check_let_chain` as -// appropriate. +// Visitor for a thir body. This calls `check_match` and `check_let` as appropriate. impl<'p, 'tcx> Visitor<'p, 'tcx> for MatchVisitor<'p, 'tcx> { fn thir(&self) -> &'p Thir<'tcx> { self.thir