fractal/rust-toolchain.toml
Kévin Commaille 779c098b70 misc: Add Rust toolchain config file
Make Rust-Analyzer use the nightly toolchain
2022-04-11 09:23:22 +00:00

3 lines
67 B
TOML

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