Skip to content

Commit de31dda

Browse files
committed
Auto merge of #6172 - ebroto:rustup, r=ebroto
Rustup changelog: none r? `@ghost`
2 parents febd008 + cd82a29 commit de31dda

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)