diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-06-02 22:19:33 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-09-27 11:29:49 +0200 |
| commit | a7ed9bf6c7473827b7c876679a2a633facec09b8 (patch) | |
| tree | 4972c59811e861b54355c57e0c84df69d285ed28 /library/alloc/src/lib.rs | |
| parent | fccba2c341b65b62f513c0b7ee8842f134f3cbcd (diff) | |
| download | rust-a7ed9bf6c7473827b7c876679a2a633facec09b8.tar.gz rust-a7ed9bf6c7473827b7c876679a2a633facec09b8.zip | |
fmt
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 24d7e6216a0..7499db8bf2c 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -77,12 +77,7 @@ )] #![cfg_attr( not(bootstrap), - doc(auto_cfg(hide( - no_global_oom_handling, - no_rc, - no_sync, - target_has_atomic = "ptr" - ))) + doc(auto_cfg(hide(no_global_oom_handling, no_rc, no_sync, target_has_atomic = "ptr"))) )] #![doc(rust_logo)] #![feature(rustdoc_internals)] |
