Skip to content

Commit 13d663f

Browse files
committed
Suppress Dialyzer Warning
1 parent dccbcd3 commit 13d663f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/quantum/executor.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ defmodule Quantum.Executor do
7373
end
7474
end
7575

76+
# TODO: Remove once the following issue is solved:
77+
# https://github.com/elixir-lang/elixir/issues/14655
78+
@dialyzer {:nowarn_function, run: 5}
79+
7680
# Ececute the given function on a given node via the task supervisor
7781
@spec run(Node.t(), Job.t(), GenServer.server(), boolean(), atom()) :: Task.t()
7882
defp run(

0 commit comments

Comments
 (0)