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.
2 parents 2992ec5 + d8a0f4b commit 0882824Copy full SHA for 0882824
src/lib.rs
@@ -273,9 +273,9 @@
273
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
274
test(attr(allow(unused_variables), deny(warnings)))
275
)]
276
-#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
277
-#![cfg_attr(not(bootstrap), doc(rust_logo))]
278
-#![cfg_attr(not(bootstrap), allow(internal_features))]
+#![feature(rustdoc_internals)]
+#![doc(rust_logo)]
+#![allow(internal_features)]
279
#![deny(rustc::untranslatable_diagnostic)]
280
#![deny(rustc::diagnostic_outside_of_impl)]
281
0 commit comments