about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2024-05-20 15:08:28 +0000
committerLzu Tao <taolzu@gmail.com>2024-05-21 18:17:55 +0000
commitdf3a32066fe4d9a1c8f922d7abfa5f76578a876a (patch)
treedc33dccb84b99f4a78edd41195c12bf08984ac47
parentc7d2f4592fb19a8c3d7ae5e6a1594edb4608c75f (diff)
downloadrust-df3a32066fe4d9a1c8f922d7abfa5f76578a876a.tar.gz
rust-df3a32066fe4d9a1c8f922d7abfa5f76578a876a.zip
tidy alphabetica
-rw-r--r--library/core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/Cargo.toml b/library/core/Cargo.toml
index 756f68e6048..daf2612833d 100644
--- a/library/core/Cargo.toml
+++ b/library/core/Cargo.toml
@@ -43,8 +43,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()))',