bin/setup-rust

Tue, 28 Feb 2023 20:55:56 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 28 Feb 2023 20:55:56 -0600
changeset 1055
ba91fd3b81e1
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

completion fixes, but leave omni off

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