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 31ed0d2 commit 892d12eCopy full SHA for 892d12e
try-runtime-bot.sh
@@ -24,7 +24,7 @@ main() {
24
25
set -x
26
export RUST_LOG="${RUST_LOG:-remote-ext=debug,runtime=trace}"
27
- cargo "${preset_args[@]}" -- "$@"
+ cargo "${preset_args[@]}" "$@"
28
}
29
30
main "$@"
0 commit comments