We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c29964 commit 7ca4601Copy full SHA for 7ca4601
lib/impls/enumerable.ex
@@ -9,5 +9,5 @@ defimpl Enumerable, for: Qex do
9
Enumerable.List.reduce(:queue.to_list(q), acc, fun)
10
end
11
12
- def slice(%Qex{data: q}), do: {:error, __MODULE__}
+ def slice(%Qex{}), do: {:error, __MODULE__}
13
0 commit comments