Skip to content

Commit fa07aeb

Browse files
committed
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 <[email protected]>
1 parent 926f73d commit fa07aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[toolchain]
22
channel = "nightly-2024-05-11"
3-
components = ["rust-src"]
3+
components = ["clippy", "rustfmt"]
4+
profile = "minimal"

0 commit comments

Comments
 (0)