Skip to content

Commit

Permalink
remove no-longer-needed check-cfg entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 13, 2024
1 parent a13c3c2 commit 0f759a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ level = "warn"
check-cfg = [
'cfg(target_os, values("solana"))',
'cfg(feature, values("frozen-abi", "no-entrypoint"))',
'cfg(RUSTC_WITH_SPECIALIZATION)',
'cfg(RUSTC_WITHOUT_SPECIALIZATION)',
]

[workspace.dependencies]
Expand Down
2 changes: 0 additions & 2 deletions perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,4 @@ level = "warn"
check-cfg = [
'cfg(build_target_feature_avx)',
'cfg(build_target_feature_avx2)',
'cfg(RUSTC_WITH_SPECIALIZATION)',
'cfg(RUSTC_WITHOUT_SPECIALIZATION)',
]

0 comments on commit 0f759a3

Please sign in to comment.