From 0f759a39cd92d6f8d0d252f8011330166941c7ac Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Fri, 13 Sep 2024 21:12:54 +0400 Subject: [PATCH] remove no-longer-needed check-cfg entries --- Cargo.toml | 2 -- perf/Cargo.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ff4d3b3aae5322..f75b5e4a2f6e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/perf/Cargo.toml b/perf/Cargo.toml index bd467328665e22..cc0354a2677e9e 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -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)', ]