diff --git a/lib/elixir/lib/macro/env.ex b/lib/elixir/lib/macro/env.ex index af8d79b7796..94f0212cc32 100644 --- a/lib/elixir/lib/macro/env.ex +++ b/lib/elixir/lib/macro/env.ex @@ -96,8 +96,7 @@ defmodule Macro.Env do ] @type expand_import_opts :: [ - allow_locals: - boolean() | (Macro.metadata(), atom(), arity(), t() -> function() | false), + allow_locals: boolean() | (-> function() | false), check_deprecations: boolean(), trace: boolean() ]