There is no .rustfmt.toml or rust-toolchain.toml, so a local rustfmt (e.g. 1.9.0) disagrees with the committed style crate-wide (files on main fail cargo fmt --check too). Pin the rust/rustfmt toolchain so formatting is reproducible across dev machines and CI. Surfaced while finishing #465.
There is no
.rustfmt.tomlorrust-toolchain.toml, so a local rustfmt (e.g. 1.9.0) disagrees with the committed style crate-wide (files onmainfailcargo fmt --checktoo). Pin the rust/rustfmt toolchain so formatting is reproducible across dev machines and CI. Surfaced while finishing #465.