mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
chore(rust): only install components not included with rust itself
This commit is contained in:
@@ -49,9 +49,7 @@ install_rust_global_packages() {
|
||||
fi
|
||||
|
||||
rustup component add \
|
||||
clippy \
|
||||
rust-analyzer \
|
||||
rust-src \
|
||||
rustfmt
|
||||
rust-src
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user