Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 14c33f5

Browse files
authored
Merge pull request rust-lang#147 from bjorn3/misc_improvements
Don't pass --target in cargo.sh
2 parents 39683d8 + 590bfc6 commit 14c33f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ fi
2020
cmd=$1
2121
shift
2222

23-
RUSTDOCFLAGS="$RUSTFLAGS" cargo +${TOOLCHAIN} $cmd --target $TARGET_TRIPLE $@
23+
RUSTDOCFLAGS="$RUSTFLAGS" cargo +${TOOLCHAIN} $cmd $@

0 commit comments

Comments
 (0)