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