bin/setup-rust

Mon, 25 May 2020 00:25:41 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 25 May 2020 00:25:41 -0400
changeset 873
303c3241cb64
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

Remove long elixir kind descs

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