Closed

Description
Description
As a developer I value the consistency cargo fmt
provides to Rust codebases.
I propose we add cargo fmt -- --check
to the test.yml
workflow.
Considered alternatives
- do not do this
- not enforcing consistency goes against the grain of Rust's ethos
- automated
cargo fmt
applying- I find this overly complex.
Additional context
- where should this go?
Line 35 in 65fbe7a