bin/setup-rust

Sat, 26 Sep 2020 15:32:52 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 26 Sep 2020 15:32:52 -0500
changeset 886
625e5b7d33fb
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

move polyglot_disabled earlier

#!/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

mercurial