From b197398f67a83ef618338778e1ee8ae2a87afe3b Mon Sep 17 00:00:00 2001 From: Jaewoo Kim Date: Mon, 9 Sep 2024 11:33:20 +0000 Subject: [PATCH] Remove an unnecessary rustup update command. --- scripts/grade-utils.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/grade-utils.sh b/scripts/grade-utils.sh index 1aa4b5a..c33ff60 100755 --- a/scripts/grade-utils.sh +++ b/scripts/grade-utils.sh @@ -7,7 +7,6 @@ # * RUNNERS: array of "cargo[_asan | _tsan] [--release]" # * TIMEOUT: default 10s -rustup toolchain update stable echo_err() { echo "$@" 1>&2