redundant_pattern_matching

This commit is contained in:
disco07 2023-05-05 21:49:55 +02:00
parent afa2741e6a
commit d2bbe76008

View file

@ -312,8 +312,7 @@ pub(super) fn check_match<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>, op
} else {
None
}
}
},
_ => None,
};