Skip to content

Commit cc35c8f

Browse files
committed
Actually hide to_char_list/1
1 parent 2718631 commit cc35c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4314,7 +4314,7 @@ defmodule Kernel do
43144314
end
43154315

43164316
# TODO: Deprecate by v1.5
4317-
# @doc false
4317+
@doc false
43184318
defmacro to_char_list(arg) do
43194319
quote do: Kernel.to_charlist(unquote(arg))
43204320
end

0 commit comments

Comments
 (0)