rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
172 stars 73 forks source link

Enforce rustfmt in CI. #1626

Closed ehuss closed 2 years ago

ehuss commented 2 years ago

In general I believe that it is nicer to keep the codebase formatted with rustfmt. It can be a chore to run cargo fmt and then need to undo the random changes.