chore(rust): only install components not included with rust itself

This commit is contained in:
2024-12-18 08:52:06 +00:00
parent 8b22da930e
commit 3d008b827d

View File

@@ -49,9 +49,7 @@ install_rust_global_packages() {
fi
rustup component add \
clippy \
rust-analyzer \
rust-src \
rustfmt
rust-src
)
}