Skip to content

Commit

Permalink
add xtensa arch to check-cfg list in core lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Jul 10, 2024
1 parent dc02d76 commit d3bb087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ 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
Expand Down

0 comments on commit d3bb087

Please sign in to comment.