Files
modeling-app/.github/workflows/nightly-rust-toolchain.toml
Jonathan Tran 0c702e4bab Use nightly rustfmt in CI (#7509)
* Use nightly rustfmt in CI

* Fix current code to be nightly formatted
2025-06-17 18:30:33 +00:00

4 lines
57 B
TOML

[toolchain]
channel = "nightly"
components = ["rustfmt"]