From 1196df8a1ebe4c120199fbf886b7f5ecba4fab68 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Mon, 20 May 2024 15:08:28 +0000 Subject: [PATCH] tidy alphabetica --- library/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/Cargo.toml b/library/core/Cargo.toml index a5b6e5685bf5..c2871414cd1b 100644 --- a/library/core/Cargo.toml +++ b/library/core/Cargo.toml @@ -41,8 +41,8 @@ level = "warn" # for rust-lang/rust. But for users of `-Zbuild-std` it does. # The unused warning is waiting for rust-lang/cargo#13925 to reach beta. check-cfg = [ - 'cfg(no_fp_fmt_parse)', 'cfg(bootstrap)', + 'cfg(no_fp_fmt_parse)', 'cfg(stdarch_intel_sde)', # This matches `EXTRA_CHECK_CFGS` in `src/bootstrap/src/lib.rs`. 'cfg(feature, values(any()))',