Skip to content

Commit bf947fc

Browse files
committed
Auto merge of rust-lang#77796 - jonas-schievink:switchint-refactor, r=oli-obk
Refactor how SwitchInt stores jump targets Closes rust-lang#65693
2 parents 29cff6f + 1178777 commit bf947fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/utils/qualify_min_const_fn.rs

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ fn check_terminator(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, terminator: &Termin
282282
TerminatorKind::SwitchInt {
283283
discr,
284284
switch_ty: _,
285-
values: _,
286285
targets: _,
287286
} => check_operand(tcx, discr, span, body),
288287

0 commit comments

Comments
 (0)