Remove unneeded field from SwitchTargets
This commit is contained in:
parent
2d444a92f6
commit
dc50bb0961
@ -303,7 +303,6 @@ fn check_terminator<'tcx>(
|
||||
|
||||
TerminatorKind::SwitchInt {
|
||||
discr,
|
||||
switch_ty: _,
|
||||
targets: _,
|
||||
} => check_operand(tcx, discr, span, body),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user