From 1bccdfe6c20307cfec8b22053046c79afbbd413c Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Wed, 15 Jan 2025 09:59:24 +0000 Subject: [PATCH] Revert abb09da --- tests/ci.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/ci.rs b/tests/ci.rs index 31d922a..ea9ea3c 100644 --- a/tests/ci.rs +++ b/tests/ci.rs @@ -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",