6 lines
72 B
TOML
6 lines
72 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [
|
|
"rustfmt",
|
|
"clippy"
|
|
]
|