Skip to content

Commit 7d3a456

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

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
@@ -13,9 +13,6 @@
1313
* TODO(antoyo): remove the patches.
1414
*/
1515

16-
#![allow(internal_features)]
17-
#![doc(rust_logo)]
18-
#![feature(rustdoc_internals)]
1916
#![feature(rustc_private)]
2017
#![recursion_limit = "256"]
2118
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)