Skip to content

Commit

Permalink
fix clippy::non_minimal_cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jun 4, 2023
1 parent 029748e commit 2f4497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cfg_if::cfg_if! {
}
}

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

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

0 comments on commit 2f4497b

Please sign in to comment.