Skip to content

Commit c88ef1a

Browse files
fmt
1 parent f95a946 commit c88ef1a

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

alloc/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@
7777
)]
7878
#![cfg_attr(
7979
not(bootstrap),
80-
doc(auto_cfg(hide(
81-
no_global_oom_handling,
82-
no_rc,
83-
no_sync,
84-
target_has_atomic = "ptr"
85-
)))
80+
doc(auto_cfg(hide(no_global_oom_handling, no_rc, no_sync, target_has_atomic = "ptr")))
8681
)]
8782
#![doc(rust_logo)]
8883
#![feature(rustdoc_internals)]

std/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,7 @@
237237
#![doc(rust_logo)]
238238
#![cfg_attr(
239239
bootstrap,
240-
doc(cfg_hide(
241-
not(test),
242-
no_global_oom_handling,
243-
not(no_global_oom_handling)
244-
))
240+
doc(cfg_hide(not(test), no_global_oom_handling, not(no_global_oom_handling)))
245241
)]
246242
#![cfg_attr(not(bootstrap), doc(auto_cfg(hide(no_global_oom_handling))))]
247243
// Don't link to std. We are std.

0 commit comments

Comments
 (0)