bin/setup-rust@29657d7ea734
bin/setup-rust
Mon, 20 Sep 2021 15:10:27 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Sep 2021 15:10:27 -0500
- changeset 945
- 29657d7ea734
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Drop 'w' formatoption for text and markdown, only mail
#!/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