Update install script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-10-11 12:52:56 +02:00
parent c7f06e2cd9
commit 17842e4204
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -131,6 +131,7 @@ SYSTEMD_USER_SERVICES=(
# Rust components which should be installed # Rust components which should be installed
RUST_COMPONENTS=( RUST_COMPONENTS=(
"clippy"
"rls" "rls"
"rustfmt" "rustfmt"
) )