Skip to content

Commit 8a57552

Browse files
committed
Mark protocol code as generated
1 parent fb7b345 commit 8a57552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/protocol.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ defmodule Protocol do
281281
call_args = :lists.map(varify, :lists.seq(2, arity))
282282
call_args = [quote(do: term) | call_args]
283283

284-
quote do
284+
quote generated: true do
285285
name = unquote(name)
286286
arity = unquote(arity)
287287

0 commit comments

Comments
 (0)