Skip to content

Commit de9c09e

Browse files
committed
1 parent 235f960 commit de9c09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/open_options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn get_open_options(cx: &LateContext<'_, '_>, argument: &Expr, options: &mut Vec
7272
if let Spanned {
7373
node: LitKind::Bool(lit),
7474
..
75-
} = **span
75+
} = *span
7676
{
7777
if lit {
7878
Argument::True

0 commit comments

Comments
 (0)