Skip to content

Commit 5c91a73

Browse files
authored
Move TODO to Erlang 19 umbrella issue #4617
1 parent 654cd77 commit 5c91a73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/elixir/lib/string.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ defmodule String do
338338
:binary.split(string, pattern, [:global])
339339
end
340340

341-
# TODO: Use :trim_all with :binary.split/3 whenever parts is
342-
# infinity and pattern != "" and at least Erlang 18.2 is required.
343341
def split(string, pattern, options) when is_binary(string) do
344342
parts = Keyword.get(options, :parts, :infinity)
345343
trim = Keyword.get(options, :trim, false)

0 commit comments

Comments
 (0)