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 b2add8a commit a6493c1Copy full SHA for a6493c1
src/lib.rs
@@ -12,9 +12,9 @@
12
* TODO(antoyo): remove the patches.
13
*/
14
15
-#![cfg_attr(not(bootstrap), allow(internal_features))]
16
-#![cfg_attr(not(bootstrap), doc(rust_logo))]
17
-#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
+#![allow(internal_features)]
+#![doc(rust_logo)]
+#![feature(rustdoc_internals)]
18
#![feature(
19
rustc_private,
20
decl_macro,
0 commit comments