Remove #![feature(let_chains)] from library and src/librustdoc

This commit is contained in:
est31
2025-05-13 15:10:51 +02:00
parent 4eca99a18e
commit 258e880861
4 changed files with 1 additions and 4 deletions

View File

@@ -6,7 +6,6 @@
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
#![allow(unused_crate_dependencies)]
#![cfg_attr(all(feature = "rustc", bootstrap), feature(let_chains))]
// tidy-alphabetical-end
pub mod constructor;