We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4be90e commit 71899c3Copy full SHA for 71899c3
src/lib.rs
@@ -1,6 +1,6 @@
1
-#![cfg_attr(all(doc, not(bootstrap)), allow(internal_features))]
2
-#![cfg_attr(all(doc, not(bootstrap)), feature(rustdoc_internals))]
3
-#![cfg_attr(all(doc, not(bootstrap)), doc(rust_logo))]
+#![cfg_attr(doc, allow(internal_features))]
+#![cfg_attr(doc, feature(rustdoc_internals))]
+#![cfg_attr(doc, 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