Remove a couple of unused feature enables

This commit is contained in:
bjorn3 2024-08-26 19:52:14 +00:00
parent 22572d0994
commit 4e1555462f
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