Update check-cfg lists for core
This commit is contained in:
parent
506512391b
commit
63fe640f5d
1 changed files with 9 additions and 0 deletions
|
|
@ -36,3 +36,12 @@ optimize_for_size = []
|
|||
# Make `RefCell` store additional debugging information, which is printed out when
|
||||
# a borrow error occurs
|
||||
debug_refcell = []
|
||||
|
||||
[lints.rust.unexpected_cfgs]
|
||||
level = "warn"
|
||||
check-cfg = [
|
||||
'cfg(no_fp_fmt_parse)',
|
||||
'cfg(bootstrap)',
|
||||
'cfg(stdarch_intel_sde)',
|
||||
'cfg(feature, values("all_lane_counts"))',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue