The upcoming Elixir 1.18 is deprecating the "unless" macro. unless is used in gen_state_machine.ex There is a migration command, mix format --migrate to change code.
The upcoming Elixir 1.18 is deprecating the "unless" macro.
unless is used in gen_state_machine.ex
There is a migration command,
mix format --migrate
to change code.