Skip to content

Commit e0d104a

Browse files
committed
1 parent 38bec41 commit e0d104a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elaborate/tests/ci.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ fn check_all_features() {
2727
#[test]
2828
fn clippy() {
2929
Command::new("cargo")
30+
// smoelius: Remove `CARGO` environment variable to work around:
31+
// https://github.com/rust-lang/rust/pull/131729
32+
.env_remove("CARGO")
3033
.args([
3134
"+nightly",
3235
"clippy",

0 commit comments

Comments
 (0)