We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9758a9e commit 44263d7Copy full SHA for 44263d7
tests/ci.rs
@@ -29,6 +29,9 @@ fn hack_feature_powerset_udeps() {
29
30
fn hack_feature_powerset(subcommand: &str) {
31
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")
35
.env("RUSTFLAGS", "-D warnings")
36
.args([
37
"run",
0 commit comments