JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

[ubuntu-dev] consider switching to nightly rustfmt #140

Open jankeromnes opened 6 years ago

jankeromnes commented 6 years ago

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