Skip to content

Commit 9ba60b8

Browse files
committed
Merge remote-tracking branch 'origin/beta1.35' into backport-merge
2 parents f5b107e + 265318d commit 9ba60b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/misc_early.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ impl EarlyLintPass for MiscEarlyLints {
223223
}
224224
}
225225

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

0 commit comments

Comments
 (0)