about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/alloc/Cargo.toml1
-rw-r--r--library/core/Cargo.toml1
-rw-r--r--library/std/Cargo.toml1
3 files changed, 0 insertions, 3 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
index 3960f716812..4646eaced01 100644
--- a/library/alloc/Cargo.toml
+++ b/library/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/library/core/Cargo.toml b/library/core/Cargo.toml
index 0c264234123..cf9fddd269a 100644
--- a/library/core/Cargo.toml
+++ b/library/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/library/std/Cargo.toml b/library/std/Cargo.toml
index e56f03808b3..bc78c63c577 100644
--- a/library/std/Cargo.toml
+++ b/library/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"))',