taskcluster / rust-hawk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run rustfmt in CI

djmitche opened this issue · comments

This will require a rustfmt --edition 2018 run over the codebase, so let's wait until there are 0 PRs pending :)

Fixed in #30. Note the --edition wasn't required.