From 59b5617f8ce1218838b4bac2dac72a2fb95b175b Mon Sep 17 00:00:00 2001 From: Urgau Date: Fri, 24 May 2024 08:08:41 +0200 Subject: [PATCH] Remove now outdated comment since we bumped stage0 --- alloc/Cargo.toml | 1 - core/Cargo.toml | 1 - std/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/alloc/Cargo.toml b/alloc/Cargo.toml index 3960f71681264..4646eaced0188 100644 --- a/alloc/Cargo.toml +++ b/alloc/Cargo.toml @@ -45,7 +45,6 @@ optimize_for_size = ["core/optimize_for_size"] level = "warn" # x.py uses beta cargo, so `check-cfg` entries do not yet take effect # 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(bootstrap)', 'cfg(no_global_oom_handling)', diff --git a/core/Cargo.toml b/core/Cargo.toml index 0c2642341235b..cf9fddd269aa4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -41,7 +41,6 @@ debug_refcell = [] level = "warn" # x.py uses beta cargo, so `check-cfg` entries do not yet take effect # 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(bootstrap)', 'cfg(no_fp_fmt_parse)', diff --git a/std/Cargo.toml b/std/Cargo.toml index e56f03808b311..bc78c63c577c9 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -102,7 +102,6 @@ test = true level = "warn" # x.py uses beta cargo, so `check-cfg` entries do not yet take effect # 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(bootstrap)', 'cfg(target_arch, values("xtensa"))',