Skip to content

Commit a94d954

Browse files
authored
Rollup merge of rust-lang#140966 - est31:let_chains_library, r=tgross35
Remove #![feature(let_chains)] from library and src/librustdoc PR rust-lang#132833 has stabilized the `let_chains` feature. This PR removes the last occurences from the library, the compiler, and librustdoc (also because rust-lang#140887 missed the conditional in one of the crates as it was behind the "rustc" feature). We keep `core` as exercise for the future as updating it is non-trivial (see PR thread).
2 parents c1c89c6 + e16bfb5 commit a94d954

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@
305305
#![feature(iter_advance_by)]
306306
#![feature(iter_next_chunk)]
307307
#![feature(lang_items)]
308-
#![feature(let_chains)]
309308
#![feature(link_cfg)]
310309
#![feature(linkage)]
311310
#![feature(macro_metavar_expr_concat)]

0 commit comments

Comments
 (0)