Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 43b1bdd

Browse files
committed
Remove TOOLCHAIN
Cargo already uses an env var `RUSTUP_TOOLCHAIN` that controls the toolchain, no need for our custom `TOOLCHAIN` variable.
1 parent e740edf commit 43b1bdd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ if [ "$DO_ALLOC_TESTS" = true ]; then
66
FEATURES="$FEATURES alloc"
77
fi
88

9-
# Use toolchain if explicitly specified
10-
if [ -n "$TOOLCHAIN" ]
11-
then
12-
alias cargo="cargo +$TOOLCHAIN"
13-
fi
14-
159
cargo --version
1610
rustc --version
1711

0 commit comments

Comments
 (0)