Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de9c09e

Browse files
committedJan 19, 2019
rustup #57747
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.