anki/cargo/format/rust-toolchain.toml
Damien Elmes ff53625408 Update nightly formatter
Rustfmt is now capable of formatting let Some(..) else {} blocks
2023-09-02 16:13:50 +10:00

5 lines
88 B
TOML

[toolchain]
channel = "nightly-2023-09-02"
profile = "minimal"
components = ["rustfmt"]