Skip to content

Commit bc75075

Browse files
author
José Valim
committed
Remove unused and incorrect type Stream.t
1 parent 1a670c0 commit bc75075

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
@@ -96,7 +96,6 @@ defmodule Stream do
9696
@type element :: any
9797
@type index :: non_neg_integer
9898
@type default :: any
99-
@opaque t :: %__MODULE__{}
10099

101100
# Require Stream.Reducers and its callbacks
102101
require Stream.Reducers, as: R

0 commit comments

Comments
 (0)