Erlang OTP 28
Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28)
Current Behavior - warning:
warning: the following clause is redundant:
def __phoenix_verify_routes__(_module)
it has type:
term()
previous clauses have already matched on the following types:
term()
Expected behavior:
I expected it to tell me where the warning originated. I don’t have any idea how to address (if possible) without some information as to the source code being identified. I should note that this function appears nowhere in my project.






















