diff options
| author | est31 <MTest31@outlook.com> | 2025-05-13 15:10:51 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2025-05-16 16:14:24 +0200 |
| commit | 258e8808616e4cb5c65d2692c66a6c61e17cc09f (patch) | |
| tree | 0457e4b38572d2c0226c2a331587b1aa9e08dc58 /compiler/rustc_pattern_analysis | |
| parent | 4eca99a18eab3d4e28ed1ce3ee620d442955a470 (diff) | |
| download | rust-258e8808616e4cb5c65d2692c66a6c61e17cc09f.tar.gz rust-258e8808616e4cb5c65d2692c66a6c61e17cc09f.zip | |
Remove #![feature(let_chains)] from library and src/librustdoc
Diffstat (limited to 'compiler/rustc_pattern_analysis')
| -rw-r--r-- | compiler/rustc_pattern_analysis/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_pattern_analysis/src/lib.rs b/compiler/rustc_pattern_analysis/src/lib.rs index f63d8b2d79f..2b85d7b26ce 100644 --- a/compiler/rustc_pattern_analysis/src/lib.rs +++ b/compiler/rustc_pattern_analysis/src/lib.rs @@ -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; |
