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 3c0d3f2 commit 8c3eda3Copy full SHA for 8c3eda3
src/lib.rs
@@ -1,3 +1,6 @@
1
+#![cfg_attr(not(bootstrap), allow(internal_features))]
2
+#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
3
+#![cfg_attr(not(bootstrap), doc(rust_logo))]
4
#![feature(rustc_private)]
5
// Note: please avoid adding other feature gates where possible
6
#![warn(rust_2018_idioms)]
0 commit comments