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 6982935 commit c20acbeCopy full SHA for c20acbe
library/core/Cargo.toml
@@ -34,3 +34,12 @@ panic_immediate_abort = []
34
# Make `RefCell` store additional debugging information, which is printed out when
35
# a borrow error occurs
36
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