Skip to content

Commit 94bbd2d

Browse files
committed
1 parent f56c681 commit 94bbd2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

necessist/tests/ci.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@ fn unmaintained() {
334334

335335
fn clippy_command(cargo_args: &[&str], rustc_args: &[&str]) -> Command {
336336
let mut command = Command::new("cargo");
337+
// smoelius: Remove `CARGO` environment variable to work around:
338+
// https://github.com/rust-lang/rust/pull/131729
339+
command.env_remove("CARGO");
337340
command
338341
.args(["+nightly", "clippy", "--all-features", "--all-targets"])
339342
.args(cargo_args)

0 commit comments

Comments
 (0)