Skip to content

Commit 7f6e8df

Browse files
committed
1 parent dc8fa8f commit 7f6e8df

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
@@ -19,6 +19,9 @@ fn initialize() {
1919
#[test]
2020
fn clippy() {
2121
Command::new("cargo")
22+
// smoelius: Remove `CARGO` environment variable to work around:
23+
// https://github.com/rust-lang/rust/pull/131729
24+
.env_remove("CARGO")
2225
.args([
2326
"+nightly",
2427
"clippy",

0 commit comments

Comments
 (0)