Remove an unnecessary rustup update command.

This commit is contained in:
Jaewoo Kim
2024-09-09 11:33:20 +00:00
parent cfb227c839
commit b197398f67

View File

@@ -7,7 +7,6 @@
# * RUNNERS: array of "cargo[_asan | _tsan] [--release]"
# * TIMEOUT: default 10s
rustup toolchain update stable
echo_err() {
echo "$@" 1>&2