Skip to content

Commit

Permalink
Work around rust-lang/rust#131729
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 22, 2025
1 parent 9758a9e commit 44263d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ fn hack_feature_powerset_udeps() {

fn hack_feature_powerset(subcommand: &str) {
Command::new("rustup")
// smoelius: Remove `CARGO` environment variable to work around:
// https://github.com/rust-lang/rust/pull/131729
.env_remove("CARGO")
.env("RUSTFLAGS", "-D warnings")
.args([
"run",
Expand Down

0 comments on commit 44263d7

Please sign in to comment.