We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4460c commit 262c6fbCopy full SHA for 262c6fb
tests/integration/ci.rs
@@ -6,6 +6,9 @@ use std::{fs::read_to_string, path::Path};
6
#[test]
7
fn clippy() {
8
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")
12
.args([
13
"+nightly",
14
"clippy",
0 commit comments