Skip to content

Commit 64a8b4c

Browse files
committed
1 parent 06a4c08 commit 64a8b4c

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)