mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
This time I've added a `components` section to rust-toolchain.toml file to explicitly require a rustfmt component. Fingers crossed.
3 lines
56 B
TOML
3 lines
56 B
TOML
[toolchain]
|
|
channel = "1.70"
|
|
components = [ "rustfmt" ]
|