Skip to content

Commit e165702

Browse files
committed
Mark the other clause as well
1 parent 19e6b31 commit e165702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ defmodule Kernel do
33293329
end
33303330

33313331
defp nest_pop_in(_, h, [{:access, key}]) do
3332-
quote do
3332+
quote generated: true do
33333333
case unquote(h) do
33343334
nil -> :pop
33353335
h -> Access.pop(h, unquote(key))

0 commit comments

Comments
 (0)