Skip to content

Commit c75de77

Browse files
committed
Doc/deps: add missing rust-src component
1 parent b2e058f commit c75de77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/developers/scripts/setup/install-rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ rustup install nightly
1515
rustup component add rustfmt clippy --toolchain 1.84
1616

1717
# Add required components for nightly
18-
rustup component add rustfmt clippy --toolchain nightly
18+
rustup component add rustfmt clippy rust-src --toolchain nightly

0 commit comments

Comments
 (0)