10 lines
131 B
TOML
10 lines
131 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = [
|
|
"clippy",
|
|
"rustfmt",
|
|
"rust-analyzer",
|
|
"rust-src",
|
|
"rustc-codegen-cranelift",
|
|
]
|