diff options
| author | bors <bors@rust-lang.org> | 2020-10-13 15:28:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-10-13 15:28:50 +0000 |
| commit | de31dda82f78feca99e1491c4b4c27d28b8ed2d6 (patch) | |
| tree | c7d1950fef7619ff0b6be275f82411e9542e1944 | |
| parent | febd0086a5ea6475d8243c7651908ddd96711896 (diff) | |
| parent | cd82a29ad19d14d787d3e3cd86dafc619233ad2f (diff) | |
| download | rust-de31dda82f78feca99e1491c4b4c27d28b8ed2d6.tar.gz rust-de31dda82f78feca99e1491c4b4c27d28b8ed2d6.zip | |
Auto merge of #6172 - ebroto:rustup, r=ebroto
Rustup changelog: none r? `@ghost`
| -rw-r--r-- | clippy_lints/src/utils/qualify_min_const_fn.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/qualify_min_const_fn.rs b/clippy_lints/src/utils/qualify_min_const_fn.rs index 1b4f2034272..7cb7d0a26b6 100644 --- a/clippy_lints/src/utils/qualify_min_const_fn.rs +++ b/clippy_lints/src/utils/qualify_min_const_fn.rs @@ -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), |
