We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235f960 + de9c09e commit e99a4d8Copy full SHA for e99a4d8
clippy_lints/src/open_options.rs
@@ -72,7 +72,7 @@ fn get_open_options(cx: &LateContext<'_, '_>, argument: &Expr, options: &mut Vec
72
if let Spanned {
73
node: LitKind::Bool(lit),
74
..
75
- } = **span
+ } = *span
76
{
77
if lit {
78
Argument::True
0 commit comments