Skip to content

Commit

Permalink
Revert abb09da
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 15, 2025
1 parent cb0e2a5 commit 1bccdfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ fn format() {
fn hack_feature_powerset_udeps() {
for dir in DIRS {
Command::new("rustup")
// smoelius: `--check-cfg cfg(test)` to work around the following issue:
// https://github.com/est31/cargo-udeps/issues/293
.env("RUSTFLAGS", "-D warnings --check-cfg cfg(test)")
.env("RUSTFLAGS", "-D warnings")
.args([
"run",
"nightly",
Expand Down

0 comments on commit 1bccdfe

Please sign in to comment.