Added rust_analyzer

This commit is contained in:
2024-04-28 21:14:48 +02:00
parent fa5841057d
commit 14225a0d7c
2 changed files with 4 additions and 1 deletions

View File

@ -296,6 +296,7 @@ function install_kubernetes() {
function install_rust() {
if command_exists rustc; then
rustup update
rustup component add rust-analyzer
else
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
fi