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 38bec41 commit e0d104aCopy full SHA for e0d104a
elaborate/tests/ci.rs
@@ -27,6 +27,9 @@ fn check_all_features() {
27
#[test]
28
fn clippy() {
29
Command::new("cargo")
30
+ // smoelius: Remove `CARGO` environment variable to work around:
31
+ // https://github.com/rust-lang/rust/pull/131729
32
+ .env_remove("CARGO")
33
.args([
34
"+nightly",
35
"clippy",
0 commit comments