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 f56c681 commit 94bbd2dCopy full SHA for 94bbd2d
necessist/tests/ci.rs
@@ -334,6 +334,9 @@ fn unmaintained() {
334
335
fn clippy_command(cargo_args: &[&str], rustc_args: &[&str]) -> Command {
336
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");
340
command
341
.args(["+nightly", "clippy", "--all-features", "--all-targets"])
342
.args(cargo_args)
0 commit comments