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 13, 2025
1 parent dc8fa8f commit 7f6e8df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ fn initialize() {
#[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 7f6e8df

Please sign in to comment.