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.
This commit is contained in:
bjorn3 2025-11-05 10:16:39 +00:00
parent 8e0b68e63c
commit 973c7527b4
47 changed files with 22 additions and 174 deletions

View file

@ -1,9 +1,5 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(extern_types)]
#![feature(rustdoc_internals)]
// tidy-alphabetical-end
use std::cell::RefCell;