Closed tcharding closed 2 years ago
As we did in rust-bitcoin introduce rustfmt by adding configuration options in rustfmt.toml.
rust-bitcoin
rustfmt
rustfmt.toml
Run rustfmt on the whole crate.
Impressive that in a 79-line diff cargo fmt still manages to irritate me multiple times, but I'm not gonna relitigate this, especially on a crate whose code I almost never look at.
cargo fmt
As we did in
rust-bitcoin
introducerustfmt
by adding configuration options inrustfmt.toml
.Run
rustfmt
on the whole crate.