Skip to content

Commit

Permalink
Update dialyzer.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki authored May 25, 2024
1 parent 84c1c34 commit 7b9a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialyzer.exs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ defmodule Dialyzer do

defp filter(
dialyzer_warning =
{:warn_return_no_exit, {~c"lib/iex.ex", 692}, {:no_return, [:only_normal]}}
{:warn_return_no_exit, {~c"lib/iex.ex", 688}, {:no_return, [:only_normal]}}
),
do: filtered(comment: "not annotated exception", id: @id, data: dialyzer_warning)

Expand Down

0 comments on commit 7b9a99e

Please sign in to comment.