We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d2f45 commit df3a320Copy full SHA for df3a320
library/core/Cargo.toml
@@ -43,8 +43,8 @@ level = "warn"
43
# for rust-lang/rust. But for users of `-Zbuild-std` it does.
44
# The unused warning is waiting for rust-lang/cargo#13925 to reach beta.
45
check-cfg = [
46
- 'cfg(no_fp_fmt_parse)',
47
'cfg(bootstrap)',
+ 'cfg(no_fp_fmt_parse)',
48
'cfg(stdarch_intel_sde)',
49
# This matches `EXTRA_CHECK_CFGS` in `src/bootstrap/src/lib.rs`.
50
'cfg(feature, values(any()))',
0 commit comments