Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta1.35' into backport-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 17, 2019
2 parents f5b107e + 265318d commit 9ba60b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/misc_early.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl EarlyLintPass for MiscEarlyLints {
}
}

fn check_pat(&mut self, cx: &EarlyContext<'_>, pat: &Pat, _: &mut bool) {
fn check_pat(&mut self, cx: &EarlyContext<'_>, pat: &Pat) {
if let PatKind::Struct(ref npat, ref pfields, _) = pat.node {
let mut wilds = 0;
let type_name = npat
Expand Down

0 comments on commit 9ba60b8

Please sign in to comment.