Skip to content

Commit edd27e2

Browse files
committed
Update check-cfg lists for core
1 parent 725b38e commit edd27e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ optimize_for_size = []
3636
# Make `RefCell` store additional debugging information, which is printed out when
3737
# a borrow error occurs
3838
debug_refcell = []
39+
40+
[lints.rust.unexpected_cfgs]
41+
level = "warn"
42+
check-cfg = [
43+
'cfg(no_fp_fmt_parse)',
44+
'cfg(bootstrap)',
45+
'cfg(stdarch_intel_sde)',
46+
'cfg(feature, values("all_lane_counts"))',
47+
]

0 commit comments

Comments
 (0)