Skip to content

Commit

Permalink
Auto merge of rust-lang#4020 - rust-lang:rustup, r=phansch
Browse files Browse the repository at this point in the history
Rustup to rustc 1.36.0-nightly (fe0a415 2019-04-23)

r? @oli-obk @phansch
  • Loading branch information
bors committed Apr 23, 2019
2 parents 6ae46a8 + f3455cd commit 65d60e9
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 65d60e9

Please sign in to comment.