Skip to content

Commit dc50bb0

Browse files
committed
Remove unneeded field from SwitchTargets
1 parent 2d444a9 commit dc50bb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_utils/src/qualify_min_const_fn.rs

-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ fn check_terminator<'tcx>(
303303

304304
TerminatorKind::SwitchInt {
305305
discr,
306-
switch_ty: _,
307306
targets: _,
308307
} => check_operand(tcx, discr, span, body),
309308

0 commit comments

Comments
 (0)