Skip to content

Commit e99a4d8

Browse files
committed
Auto merge of #3671 - matthiaskrgr:rustup, r=oli-obk
rustup #57747
2 parents 235f960 + de9c09e commit e99a4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)