Skip to content

Commit 9a4cf4c

Browse files
author
José Valim
committed
Update TODO version
1 parent e7016a3 commit 9a4cf4c

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
@@ -2913,7 +2913,7 @@ defmodule Kernel do
29132913
defmacro left |> right do
29142914
[{h, _} | t] = Macro.unpipe({:|>, [], [left, right]})
29152915
:lists.foldl fn {x, pos}, acc ->
2916-
# TODO: raise an error in `Macro.pipe/3` by 1.5
2916+
# TODO: raise an error in `Macro.pipe/3` by 2.0
29172917
case Macro.pipe_warning(x) do
29182918
nil -> :ok
29192919
message ->

0 commit comments

Comments
 (0)