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: gate assigning style-edition on nightly as well
The `style-edition` is declared as a nightly option, but later we
attempt to read the value of the `style-edition` even when we are not on
the nightly channel, causing a panic on e.g. beta.
0 commit comments