Skip to content

Commit

Permalink
_ for unused pattern variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Sep 10, 2024
1 parent 5705bc3 commit 8c5a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elm/Parser/Expression.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ infixOperatorAndThen toResult f =
"^" ->
toResult precedence8Pow

other ->
_ ->
errUnknownInfixOperator
)
f
Expand Down

0 comments on commit 8c5a9d6

Please sign in to comment.