Skip to content

Commit c20acbe

Browse files
committed
Update check-cfg lists for core
1 parent 6982935 commit c20acbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/core/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ panic_immediate_abort = []
3434
# Make `RefCell` store additional debugging information, which is printed out when
3535
# a borrow error occurs
3636
debug_refcell = []
37+
38+
[lints.rust.unexpected_cfgs]
39+
level = "warn"
40+
check-cfg = [
41+
'cfg(no_fp_fmt_parse)',
42+
'cfg(bootstrap)',
43+
'cfg(stdarch_intel_sde)',
44+
'cfg(feature, values("all_lane_counts"))',
45+
]

0 commit comments

Comments
 (0)