Skip to content

Commit 3945c10

Browse files
committed
w
1 parent 6ec6c8a commit 3945c10

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_build/src/build/matches

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/build/matches/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
568568
let is_covering_range = |test_case: &TestCase<'_, 'tcx>| {
569569
test_case.as_range().is_some_and(|range| {
570570
matches!(
571-
range.contains(value, self.tcx, self.typing_env(),),
571+
range.contains(value, self.tcx, self.typing_env()),
572572
None | Some(true)
573573
)
574574
})

0 commit comments

Comments
 (0)