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 d46a60b commit 6fbce48Copy full SHA for 6fbce48
tests/ci.rs
@@ -6,6 +6,9 @@ use tempfile::tempdir;
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