Skip to content

Commit 76a3627

Browse files
committed
1 parent 7abca5e commit 76a3627

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
@@ -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)