mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

Remove all `CARGO_*` env vars in tests Usage of `CARGO_PROFILE_*` is generating unexpected warnings in tests in rust-lang/rust#64316 so let's just blanket remove every env var that has a `CARGO_*` prefix which generally means Cargo-specific env vars. Tests practically all assume that they have blank configs right now.