Skip to content

Commit 2cadb6f

Browse files
committed
Auto merge of rust-lang#148544 - matthiaskrgr:rollup-n9dqgwc, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - rust-lang#147994 (Deduplicate deprecation warning when using unit or tuple structs) - rust-lang#148440 ([rustdoc search] Simplify itemTypes and filter "dependencies") - rust-lang#148501 (triagebot: Create Zulip topics for libs backports) - rust-lang#148517 (Remove no longer necessary lint allow) - rust-lang#148518 (Unify the configuration of the compiler docs) - rust-lang#148523 (miri subtree update) - rust-lang#148525 (Fix ICE from lit_to_mir_constant caused by type error) - rust-lang#148534 (Merge `Vec::push{,_mut}_within_capacity`) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 156d0f6 + fbf168c commit 2cadb6f

File tree

1 file changed

+1
-4
lines changed
  • compiler/rustc_public/src

1 file changed

+1
-4
lines changed

compiler/rustc_public/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
//! This API is still completely unstable and subject to change.
88
99
#![allow(rustc::usage_of_ty_tykind)]
10-
#![doc(
11-
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
12-
test(attr(allow(unused_variables), deny(warnings)))
13-
)]
10+
#![doc(test(attr(allow(unused_variables), deny(warnings), allow(internal_features))))]
1411
#![feature(sized_hierarchy)]
1512
//!
1613
//! This crate shall contain all type definitions and APIs that we expect third-party tools to invoke to

0 commit comments

Comments
 (0)