We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc673d commit 832b311Copy full SHA for 832b311
scripts/rustup.sh
@@ -9,6 +9,7 @@ case $1 in
9
echo "=> Installing new nightly"
10
rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
11
echo nightly-${TOOLCHAIN} > rust-toolchain
12
+ rustup component add rustfmt || true
13
14
echo "=> Uninstalling all old nighlies"
15
for nightly in $(rustup toolchain list | grep nightly | grep -v $TOOLCHAIN | grep -v nightly-x86_64); do
0 commit comments