mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Update check-cfg lists for core
This commit is contained in:
@@ -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"))',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user