about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-04-01 17:24:28 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-27 11:29:48 +0200
commit63aefe0737d0df886955f5a3aa68db865cd97f1b (patch)
tree3e3d93701bbc219210abc3c848d6fa883e287e43 /library/alloc/src
parent2d82c99f1e4a4e50b47f75d767b0d1d957357c1a (diff)
downloadrust-63aefe0737d0df886955f5a3aa68db865cd97f1b.tar.gz
rust-63aefe0737d0df886955f5a3aa68db865cd97f1b.zip
Strenghten checks for `doc(auto_cfg(show/hide))` attributes
Diffstat (limited to 'library/alloc/src')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 243fdc2e843..dc5d243e882 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -78,7 +78,6 @@
 #![cfg_attr(
     not(bootstrap),
     doc(auto_cfg(hide(
-        test,
         no_global_oom_handling,
         no_rc,
         no_sync,