Skip to content

Commit

Permalink
Actually hide to_char_list/1
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Jul 1, 2016
1 parent 2718631 commit cc35c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/kernel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4314,7 +4314,7 @@ defmodule Kernel do
end

# TODO: Deprecate by v1.5
# @doc false
@doc false
defmacro to_char_list(arg) do
quote do: Kernel.to_charlist(unquote(arg))
end
Expand Down

0 comments on commit cc35c8f

Please sign in to comment.