Skip to content

Commit 3ae49eb

Browse files
authored
Add missing :generated to Macro.escape_opts/0 type (#14761)
1 parent 175f548 commit 3ae49eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/elixir/lib/macro.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ defmodule Macro do
199199

200200
@type escape_opts :: [
201201
unquote: boolean(),
202-
prune_metadata: boolean()
202+
prune_metadata: boolean(),
203+
generated: boolean()
203204
]
204205

205206
@type inspect_atom_opts :: [

0 commit comments

Comments
 (0)