This commit is contained in:
Matthias Krüger 2019-01-19 09:27:45 +01:00
parent 235f96005c
commit de9c09e2bd

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