Skip to content

Commit 44263d7

Browse files
committed
1 parent 9758a9e commit 44263d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ci.rs

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ fn hack_feature_powerset_udeps() {
2929

3030
fn hack_feature_powerset(subcommand: &str) {
3131
Command::new("rustup")
32+
// smoelius: Remove `CARGO` environment variable to work around:
33+
// https://github.com/rust-lang/rust/pull/131729
34+
.env_remove("CARGO")
3235
.env("RUSTFLAGS", "-D warnings")
3336
.args([
3437
"run",

0 commit comments

Comments
 (0)