Skip to content

Commit 4cec29b

Browse files
lukaszsamsonggVGc
authored andcommitted
Update allow_local option spec (elixir-lang#14642)
1 parent 17940d5 commit 4cec29b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/elixir/lib/macro/env.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ defmodule Macro.Env do
9696
]
9797

9898
@type expand_import_opts :: [
99-
allow_locals:
100-
boolean() | (Macro.metadata(), atom(), arity(), t() -> function() | false),
99+
allow_locals: boolean() | (-> function() | false),
101100
check_deprecations: boolean(),
102101
trace: boolean()
103102
]

0 commit comments

Comments
 (0)