Skip to content

Commit d22b5c8

Browse files
committed
update allow_local option spec
1 parent a6844bf commit d22b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/macro/env.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ defmodule Macro.Env do
9797

9898
@type expand_import_opts :: [
9999
allow_locals:
100-
boolean() | (Macro.metadata(), atom(), arity(), t() -> function() | false),
100+
boolean() | (-> function() | false),
101101
check_deprecations: boolean(),
102102
trace: boolean()
103103
]

0 commit comments

Comments
 (0)