Closed rushmorem closed 1 year ago
Format the repo with the recently introduced .rustfmt.toml.
.rustfmt.toml
Runs cargo fmt, cargo clippy and implements the suggested fixes.
cargo fmt
cargo clippy
Tests should continue to pass.
No
What is the motivation?
Format the repo with the recently introduced
.rustfmt.toml
.What does this change do?
Runs
cargo fmt
,cargo clippy
and implements the suggested fixes.What is your testing strategy?
Tests should continue to pass.
Is this related to any issues?
No