about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-02-18 10:22:46 -0800
committerJosh Stone <jistone@redhat.com>2025-02-18 10:22:46 -0800
commite61cac20c88f545891fdd2c0a2482b4ca4e0ecaf (patch)
treeb6d392658463c692879961de5d211a4a65e67055 /library
parentfa7a188e85f54ac69607bce89d663a8443b9efe6 (diff)
downloadrust-e61cac20c88f545891fdd2c0a2482b4ca4e0ecaf.tar.gz
rust-e61cac20c88f545891fdd2c0a2482b4ca4e0ecaf.zip
Remove outdated target `unexpected_cfgs`
Diffstat (limited to 'library')
-rw-r--r--library/core/Cargo.toml1
-rw-r--r--library/std/Cargo.toml2
2 files changed, 0 insertions, 3 deletions
diff --git a/library/core/Cargo.toml b/library/core/Cargo.toml
index b7c6db6c78d..ed0433480c7 100644
--- a/library/core/Cargo.toml
+++ b/library/core/Cargo.toml
@@ -30,7 +30,6 @@ check-cfg = [
     'cfg(bootstrap)',
     'cfg(no_fp_fmt_parse)',
     'cfg(stdarch_intel_sde)',
-    'cfg(target_arch, values("xtensa"))',
     # core use #[path] imports to portable-simd `core_simd` crate
     # and to stdarch `core_arch` crate which messes-up with Cargo list
     # of declared features, we therefor expect any feature cfg
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 36a0a59d939..888fff80f42 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -152,8 +152,6 @@ test = true
 level = "warn"
 check-cfg = [
     'cfg(bootstrap)',
-    'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock", "x86_64-pc-nto-qnx710_iosock", "x86_64-pc-nto-qnx800","aarch64-unknown-nto-qnx800"))',
-    'cfg(target_env, values("nto71_iosock", "nto80"))',
     # std use #[path] imports to portable-simd `std_float` crate
     # and to the `backtrace` crate which messes-up with Cargo list
     # of declared features, we therefor expect any feature cfg