We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c508636 commit 9973a2eCopy full SHA for 9973a2e
lib/elixir/src/elixir_dispatch.erl
@@ -17,7 +17,7 @@ default_functions() ->
17
default_macros() ->
18
[{?kernel, elixir_imported_macros()}].
19
default_requires() ->
20
- ['Elixir.Application', 'Elixir.Kernel', 'Elixir.Kernel.Typespec'].
+ ['Elixir.Application', 'Elixir.Kernel'].
21
22
%% This is used by elixir_quote. Note we don't record the
23
%% import locally because at that point there is no
0 commit comments