Skip to content

Commit

Permalink
Work around rust-lang/rust#131729
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 15, 2025
1 parent 2f4460c commit 262c6fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ use std::{fs::read_to_string, path::Path};
#[test]
fn clippy() {
Command::new("cargo")
// smoelius: Remove `CARGO` environment variable to work around:
// https://github.com/rust-lang/rust/pull/131729
.env_remove("CARGO")
.args([
"+nightly",
"clippy",
Expand Down

0 comments on commit 262c6fb

Please sign in to comment.