[FIX] Install rust-src for LSP tasks

This commit is contained in:
Bruno BELANYI 2020-08-31 20:10:49 +02:00
parent b9b9701a2c
commit fd053df0b1

View file

@ -209,6 +209,7 @@ unstow-tmux:
.PHONY: rust
rust:
rustup default stable
rustup component add rust-src # For rust-analyzer
.PHONY: haskell
haskell: