You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustfmt.toml's 'edition' key only controls parsing behavior. We should
leave this to the default (read from Cargo.toml) so that rustfmt's
parsing behavior always matches what our code is targeting. Formatting
behavior is controlled by this separate key, 'style_edition', which we
can change separately from the actual code edition. This will allow us
to take 2024 edition formatting changes separately from code behavior
changes, should we so choose.
Part of #288
0 commit comments