dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

[ubuntu-dev] consider switching to nightly rustfmt

Open jankeromnes opened this issue 7 years ago • 0 comments

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).

jankeromnes avatar Jan 30 '18 14:01 jankeromnes