Skip to content

Commit 2f4497b

Browse files
committed
fix clippy::non_minimal_cfg
1 parent 029748e commit 2f4497b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ cfg_if::cfg_if! {
9898
}
9999
}
100100

101-
#[cfg(all(any(test, feature = "bench", not(feature = "ci-autoclean"))))]
101+
#[cfg(any(test, feature = "bench", not(feature = "ci-autoclean")))]
102102
mod test_helpers;
103103

104104
#[cfg(all(test, feature = "bench", not(feature = "ci-autoclean")))]

0 commit comments

Comments
 (0)