bin/setup-rust@3e5c8dd15ebf
bin/setup-rust
Sun, 25 Apr 2021 01:02:07 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 25 Apr 2021 01:02:07 -0500
- changeset 900
- 3e5c8dd15ebf
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
switch lsp-hover to K
#!/bin/bash
set -eu -o pipefail
if rustup update; then
exit
fi
curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
rustup component add rls rustfmt