mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user