We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abca5e commit 72835e4Copy full SHA for 72835e4
tests/ci.rs
@@ -3,6 +3,9 @@ use assert_cmd::Command;
3
#[test]
4
fn clippy() {
5
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")
9
.args([
10
"+nightly",
11
"clippy",
0 commit comments