Skip to content

Commit

Permalink
Refactor how SwitchInt stores jump targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Oct 10, 2020
1 parent fbf2430 commit 1178777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/utils/qualify_min_const_fn.rs
Expand Up @@ -282,7 +282,6 @@ fn check_terminator(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, terminator: &Termin
TerminatorKind::SwitchInt {
discr,
switch_ty: _,
values: _,
targets: _,
} => check_operand(tcx, discr, span, body),

Expand Down

0 comments on commit 1178777

Please sign in to comment.