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 9efb4ce commit c12ac7eCopy full SHA for c12ac7e
src/lib.rs
@@ -12,6 +12,7 @@
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))]
18
#![feature(
0 commit comments