Skip to content

Commit

Permalink
Auto merge of #3671 - matthiaskrgr:rustup, r=oli-obk
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jan 19, 2019
2 parents 235f960 + de9c09e commit e99a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/open_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e99a4d8

Please sign in to comment.