We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235f960 commit de9c09eCopy full SHA for de9c09e
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