Removed workaround for python-jedi bug

This commit is contained in:
Lucien Cartier-Tilet 2020-05-17 21:03:22 +02:00
parent 7e4e669de9
commit a534c58b91
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ rustup toolchain install stable
printf "\n# Add rust utilities ##########################################################\n\n" printf "\n# Add rust utilities ##########################################################\n\n"
cargo install rustfmt racer cargo install rustfmt racer
rustup component add src rustup component add rust-src
rustup component add rls rustup component add rls
printf "\n# Installing Python packages ##################################################\n\n" printf "\n# Installing Python packages ##################################################\n\n"

View File

@ -767,7 +767,7 @@
We will also need some components for development purposes: We will also need some components for development purposes:
#+BEGIN_SRC fish #+BEGIN_SRC fish
rustup component add src rustup component add rust-src
rustup component add rls rustup component add rls
#+END_SRC #+END_SRC