Added rust-analyzer for nightly

This commit is contained in:
Anthony Cicchetti 2020-07-27 17:09:08 -04:00
parent ea1263e2a3
commit f3cfce2fc4

View file

@ -51,10 +51,8 @@
when:
- rust_extras == true
- name: Install rls
shell: ~/.cargo/bin/rustup component add rls-preview rust-analysis rust-src
args:
creates: ~/.cargo/bin/rls
- name: Install rust-analyzer
shell: ~/.cargo/bin/rustup --toolchain nightly component add rust-analyzer-preview
when:
- rust_extras == true