Skip to content

Commit e61cac2

Browse files
committed
Remove outdated target unexpected_cfgs
1 parent fa7a188 commit e61cac2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: library/core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ check-cfg = [
3030
'cfg(bootstrap)',
3131
'cfg(no_fp_fmt_parse)',
3232
'cfg(stdarch_intel_sde)',
33-
'cfg(target_arch, values("xtensa"))',
3433
# core use #[path] imports to portable-simd `core_simd` crate
3534
# and to stdarch `core_arch` crate which messes-up with Cargo list
3635
# of declared features, we therefor expect any feature cfg

Diff for: library/std/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ test = true
152152
level = "warn"
153153
check-cfg = [
154154
'cfg(bootstrap)',
155-
'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"))',
156-
'cfg(target_env, values("nto71_iosock", "nto80"))',
157155
# std use #[path] imports to portable-simd `std_float` crate
158156
# and to the `backtrace` crate which messes-up with Cargo list
159157
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)