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.
1 parent ba103e3 commit e1cb818Copy full SHA for e1cb818
src/lib.rs
@@ -12,6 +12,8 @@
12
* TODO(antoyo): remove the patches.
13
*/
14
15
+#![cfg_attr(not(bootstrap), doc(rust_logo))]
16
+#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
17
#![feature(
18
rustc_private,
19
decl_macro,
0 commit comments