konobangu/rust-toolchain.toml
2024-02-23 22:07:44 +08:00

5 lines
87 B
TOML

[toolchain]
channel = "nightly"
components = ["rustfmt", "clippy"]
profile = "default"