Skip to content

Commit 9973a2e

Browse files
committed
Remove typespec from default requires
1 parent c508636 commit 9973a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_dispatch.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default_functions() ->
1717
default_macros() ->
1818
[{?kernel, elixir_imported_macros()}].
1919
default_requires() ->
20-
['Elixir.Application', 'Elixir.Kernel', 'Elixir.Kernel.Typespec'].
20+
['Elixir.Application', 'Elixir.Kernel'].
2121

2222
%% This is used by elixir_quote. Note we don't record the
2323
%% import locally because at that point there is no

0 commit comments

Comments
 (0)