Auto merge of #3671 - matthiaskrgr:rustup, r=oli-obk

rustup https://github.com/rust-lang/rust/pull/57747
This commit is contained in:
bors 2019-01-19 10:46:32 +00:00
commit e99a4d8d9e

View file

@ -72,7 +72,7 @@ fn get_open_options(cx: &LateContext<'_, '_>, argument: &Expr, options: &mut Vec
if let Spanned {
node: LitKind::Bool(lit),
..
} = **span
} = *span
{
if lit {
Argument::True