Skip to content

Commit 80eb7b9

Browse files
committed
Merge remote-tracking branch 'origin/rust-1.31.0' into HEAD
2 parents a7fe3b2 + fd05696 commit 80eb7b9

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) {
226+
fn check_pat(&mut self, cx: &EarlyContext<'_>, pat: &Pat, _: &mut bool) {
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)