Closed
Description
Relates to: elixir-lang/elixir#13974
It is planned to deprecate the struct update syntax %MyStruct{x | ...}
in a future Elixir release. I asked José if this is a feature they're planning to integrate into mix format --migrate
, but it is not likely at the moment.
Since styler also added an automatic rewrite for unless to !if, this would be a nice feature, although it's probably it bit more complicated.