Skip to content

Commit ad4249a

Browse files
authored
Rollup merge of #148518 - bjorn3:unify_compiler_doc_config, r=GuillaumeGomez
Unify the configuration of the compiler docs Previously it was rather inconsistent which crates got the rust logo and which didn't and setting html_root_url was forgotten in many cases.
2 parents b132688 + 185254a commit ad4249a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// tidy-alphabetical-start
22
#![allow(rustc::diagnostic_outside_of_impl)]
33
#![allow(rustc::untranslatable_diagnostic)]
4-
#![cfg_attr(doc, allow(internal_features))]
5-
#![cfg_attr(doc, doc(rust_logo))]
6-
#![cfg_attr(doc, feature(rustdoc_internals))]
74
// Note: please avoid adding other feature gates where possible
85
#![feature(rustc_private)]
96
// Only used to define intrinsics in `compiler_builtins.rs`.

0 commit comments

Comments
 (0)