We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc(auto_cfg(show/hide))
1 parent b7f1d85 commit a6098bbCopy full SHA for a6098bb
alloc/src/lib.rs
@@ -78,7 +78,6 @@
78
#![cfg_attr(
79
not(bootstrap),
80
doc(auto_cfg(hide(
81
- test,
82
no_global_oom_handling,
83
no_rc,
84
no_sync,
std/src/lib.rs
@@ -243,13 +243,7 @@
243
not(no_global_oom_handling)
244
))
245
)]
246
-#![cfg_attr(
247
- not(bootstrap),
248
- doc(auto_cfg(hide(
249
250
- no_global_oom_handling,
251
- )))
252
-)]
+#![cfg_attr(not(bootstrap), doc(auto_cfg(hide(no_global_oom_handling))))]
253
// Don't link to std. We are std.
254
#![no_std]
255
// Tell the compiler to link to either panic_abort or panic_unwind
0 commit comments