Skip to content

Commit 65d60e9

Browse files
committed
Auto merge of #4020 - rust-lang:rustup, r=phansch
Rustup to rustc 1.36.0-nightly (fe0a415 2019-04-23) r? @oli-obk @phansch
2 parents 6ae46a8 + f3455cd commit 65d60e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/misc_early.rs

+1-1
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)