Skip to content

Commit

Permalink
fix: compiler warning in private compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 13, 2024
1 parent 3d44667 commit c34bfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/monkey/_next_ls_private_compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ if Version.match?(System.version(), ">= 1.17.0-dev") do
env
end

{res, state, env} = expand(block, state, env)
{res, state, _env} = expand(block, state, env)
{[{type, res} | acc], state}
end

Expand Down

0 comments on commit c34bfe4

Please sign in to comment.