We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cda8e1 commit 132197aCopy full SHA for 132197a
1 file changed
lib/elixir/test/elixir/fixtures/dialyzer/with.ex
@@ -12,9 +12,6 @@ defmodule Dialyzer.With do
12
:other_error ->
13
:other_error
14
15
- {:error, msg} when is_list(msg) or is_tuple(msg) ->
16
- :error
17
-
18
{:error, msg} when is_list(msg) when is_tuple(msg) ->
19
:error
20
0 commit comments