Skip to content

Commit 72835e4

Browse files
committed
1 parent 7abca5e commit 72835e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ci.rs

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ use assert_cmd::Command;
33
#[test]
44
fn clippy() {
55
Command::new("cargo")
6+
// smoelius: Remove `CARGO` environment variable to work around:
7+
// https://github.com/rust-lang/rust/pull/131729
8+
.env_remove("CARGO")
69
.args([
710
"+nightly",
811
"clippy",

0 commit comments

Comments
 (0)