mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
Remove unneeded field from SwitchTargets
This commit is contained in:
parent
2d444a92f6
commit
dc50bb0961
1 changed files with 0 additions and 1 deletions
|
@ -303,7 +303,6 @@ fn check_terminator<'tcx>(
|
||||||
|
|
||||||
TerminatorKind::SwitchInt {
|
TerminatorKind::SwitchInt {
|
||||||
discr,
|
discr,
|
||||||
switch_ty: _,
|
|
||||||
targets: _,
|
targets: _,
|
||||||
} => check_operand(tcx, discr, span, body),
|
} => check_operand(tcx, discr, span, body),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue