Update Rust toolchain config
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>
This commit is contained in:
committed by
Tim Crawford
parent
70c8678a5f
commit
2a44e03a40
@ -1,3 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2024-05-11"
|
||||
components = ["rust-src"]
|
||||
components = ["clippy", "rustfmt"]
|
||||
profile = "minimal"
|
||||
|
Reference in New Issue
Block a user