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 6895be6 commit 41c3914Copy full SHA for 41c3914
ci/script.sh
@@ -63,7 +63,7 @@ main() {
63
echo 'unused_comparisons = "deny"' >> $td/Cargo.toml
64
echo 'unused_parens = "deny"' >> $td/Cargo.toml
65
echo 'while_true = "deny"' >> $td/Cargo.toml
66
- if [[ "$RUST_TOOLCHAIN" == *"nightly"* ]]; then
+ if [[ "${RUST_TOOLCHAIN:-}" == *"nightly"* ]]; then
67
echo 'private_bounds = "deny"' >> $td/Cargo.toml
68
echo 'private_interfaces = "deny"' >> $td/Cargo.toml
69
fi
0 commit comments