Skip to content

Commit e05fd9a

Browse files
committed
1 parent 2c409ac commit e05fd9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ci.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ fn initialize() {
1111
#[test]
1212
fn clippy() {
1313
Command::new("cargo")
14+
// smoelius: Remove `CARGO` environment variable to work around:
15+
// https://github.com/rust-lang/rust/pull/131729
16+
.env_remove("CARGO")
1417
.args([
1518
"+nightly",
1619
"clippy",

0 commit comments

Comments
 (0)