From a534c58b91a984743e714b8ea488f87d6a3288c1 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 17 May 2020 21:03:22 +0200 Subject: [PATCH] Removed workaround for python-jedi bug --- .config/yadm/bootstrap | 2 +- org/config/installation.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 6d2f0b7..a5bc139 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -287,7 +287,7 @@ rustup toolchain install stable printf "\n# Add rust utilities ##########################################################\n\n" cargo install rustfmt racer -rustup component add src +rustup component add rust-src rustup component add rls printf "\n# Installing Python packages ##################################################\n\n" diff --git a/org/config/installation.org b/org/config/installation.org index 6bd3ae2..da11b56 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -767,7 +767,7 @@ We will also need some components for development purposes: #+BEGIN_SRC fish - rustup component add src + rustup component add rust-src rustup component add rls #+END_SRC