Rollup merge of #129622 - bjorn3:less_unstable, r=lqd

Remove a couple of unused feature enables
This commit is contained in:
Matthias Krüger 2024-08-27 00:42:01 +02:00 committed by GitHub
commit 90a1b6d158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@
#![feature(iterator_try_collect)]
#![feature(let_chains)]
#![feature(rustdoc_internals)]
#![feature(try_blocks)]
#![feature(yeet_expr)]
#![recursion_limit = "512"] // For rustdoc
// tidy-alphabetical-end

View File

@ -1,7 +1,5 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(rustc::default_hash_types)]
#![feature(allow_internal_unstable)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(never_type)]