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
Stable rustfmt can be a bit too old for developers of projects like Servo and Firefox.
We could install its nightly version instead, e.g. with cargo install --force rustfmt-nightly (it could then be run with something like rustup run nightly rustfmt).
The text was updated successfully, but these errors were encountered:
Stable
rustfmt
can be a bit too old for developers of projects like Servo and Firefox.We could install its nightly version instead, e.g. with
cargo install --force rustfmt-nightly
(it could then be run with something likerustup run nightly rustfmt
).The text was updated successfully, but these errors were encountered: