Skip to content

Commit e48538e

Browse files
committed
.sync/rust-toolchain.toml: Add common components
Add common Rust components to be installed with the toolchain. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 39904a7 commit e48538e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sync/rust_config/rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[toolchain]
44
channel = "{{ sync_version.rust_toolchain }}"
5+
components = ["rust-src", "clippy", "rustfmt", "rust-docs"]
56

67
[tools]
78
cargo-make = "{{ sync_version.cargo_make }}"

0 commit comments

Comments
 (0)