282e043177
Seems like rustfmt 1.6.0 can now format `let/else` statements. 1.5.2 we use in our `solana-nightly` does not mind the reformatting. ``` $ cargo +nightly fmt --version rustfmt 1.6.0-nightly (f20afcc 2023-07-04) $ cargo +nightly fmt $ git add -u $ git commit $ ./cargo nightly fmt --version + exec cargo +nightly-2023-04-19 fmt --version rustfmt 1.5.2-nightly (c609da5 2023-04-18) $ ./cargo nightly fmt $ git diff [empty output] ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
build.rs |