Auto merge of #4020 - rust-lang:rustup, r=phansch

Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23)

r? @oli-obk @phansch
This commit is contained in:
bors 2019-04-23 16:19:29 +00:00
commit 65d60e95fb
1 changed files with 1 additions and 1 deletions

View File

@ -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