We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5065123 commit 63fe640Copy full SHA for 63fe640
library/core/Cargo.toml
@@ -36,3 +36,12 @@ optimize_for_size = []
36
# Make `RefCell` store additional debugging information, which is printed out when
37
# a borrow error occurs
38
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