Skip to content

Commit fd336ab

Browse files
committed
Quell downstream dialyzer error introduced by #86
1 parent 25af8b6 commit fd336ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/thousand_island/handler.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ defmodule ThousandIsland.Handler do
541541
end
542542
end
543543

544+
@dialyzer {:nowarn_function, handle_switch_continuation: 5}
544545
defp handle_switch_continuation(socket, module, upgrade_opts, state, timeout) do
545546
case ThousandIsland.Socket.upgrade(socket, module, upgrade_opts) do
546547
{:ok, socket} ->

0 commit comments

Comments
 (0)