Skip to content

Commit 9360059

Browse files
committed
fix: compiler warning in compiler
1 parent e59901b commit 9360059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: priv/monkey/_next_ls_private_compiler.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ if Version.match?(System.version(), ">= 1.17.0-dev") do
15451545
{{{:., meta, [module, fun]}, meta, args}, state, env}
15461546
end
15471547

1548-
defp expand_local(meta, fun, args, state, env) when fun in [:for, :with] do
1548+
defp expand_local(_meta, fun, args, state, env) when fun in [:for, :with] do
15491549
{params, blocks} =
15501550
Enum.split_while(args, fn
15511551
{:<-, _, _} -> true

0 commit comments

Comments
 (0)