Skip to content

Commit 6fbce48

Browse files
committed
1 parent d46a60b commit 6fbce48

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
@@ -6,6 +6,9 @@ use tempfile::tempdir;
66
#[test]
77
fn clippy() {
88
Command::new("cargo")
9+
// smoelius: Remove `CARGO` environment variable to work around:
10+
// https://github.com/rust-lang/rust/pull/131729
11+
.env_remove("CARGO")
912
.args([
1013
"+nightly",
1114
"clippy",

0 commit comments

Comments
 (0)