Remove rust-src as it is not required. Use a minimal profile with clippy and rustfmt installed, instead of the default profile, as rust-docs is not needed. Signed-off-by: Tim Crawford <tcrawford@system76.com>
5 lines
98 B
TOML
5 lines
98 B
TOML
[toolchain]
|
|
channel = "nightly-2024-05-11"
|
|
components = ["clippy", "rustfmt"]
|
|
profile = "minimal"
|