Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Dec 1, 2024
1 parent 0284883 commit 6f7bc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn single_argument_to_int_call<'a>(
return None;
}

let [argument] = arguments.args.deref() else {
let [argument] = &*arguments.args else {
return None;
};

Expand Down

0 comments on commit 6f7bc88

Please sign in to comment.