Skip to content

Commit 9059d3b

Browse files
cuvipergitbot
authored and
gitbot
committed
Remove outdated target unexpected_cfgs
1 parent 85a277c commit 9059d3b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

core/Cargo.toml

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

std/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ test = true
159159
level = "warn"
160160
check-cfg = [
161161
'cfg(bootstrap)',
162-
'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"))',
163-
'cfg(target_env, values("nto71_iosock", "nto80"))',
164162
# std use #[path] imports to portable-simd `std_float` crate
165163
# and to the `backtrace` crate which messes-up with Cargo list
166164
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)