Skip to content

Commit 2073d12

Browse files
committed
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.
1 parent c2d6d4a commit 2073d12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)