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 0e073b8 commit 9740544
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 @@ -4311,7 +4311,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

1 comment on commit 9740544

@eksperimental
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the fix @lexmag, my fault

Please sign in to comment.