Skip to content

Commit c599956

Browse files
committed
Soft-deprecate (instead of hard-) Stream.uniq/2 in 1.4
The hard-deprecation should be done in version 1.5.
1 parent ca7f09a commit c599956

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/elixir/lib/stream.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ defmodule Stream do
902902

903903
@doc false
904904
def uniq(enum, fun) do
905-
IO.warn "Stream.uniq/2 is deprecated, use Stream.uniq_by/2 instead"
906905
uniq_by(enum, fun)
907906
end
908907

0 commit comments

Comments
 (0)