about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-02 22:19:33 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-27 11:29:49 +0200
commita7ed9bf6c7473827b7c876679a2a633facec09b8 (patch)
tree4972c59811e861b54355c57e0c84df69d285ed28 /library/std
parentfccba2c341b65b62f513c0b7ee8842f134f3cbcd (diff)
downloadrust-a7ed9bf6c7473827b7c876679a2a633facec09b8.tar.gz
rust-a7ed9bf6c7473827b7c876679a2a633facec09b8.zip
fmt
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/lib.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index ff997ff7603..c8fe5c55e97 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -237,11 +237,7 @@
 #![doc(rust_logo)]
 #![cfg_attr(
     bootstrap,
-    doc(cfg_hide(
-        not(test),
-        no_global_oom_handling,
-        not(no_global_oom_handling)
-    ))
+    doc(cfg_hide(not(test), no_global_oom_handling, not(no_global_oom_handling)))
 )]
 #![cfg_attr(not(bootstrap), doc(auto_cfg(hide(no_global_oom_handling))))]
 // Don't link to std. We are std.