Skip to content

Commit

Permalink
Stabilize let_chains
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Jul 16, 2022
1 parent 265f71f commit 39960c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
#![feature(intra_doc_pointers)]
#![feature(label_break_value)]
#![feature(lang_items)]
#![feature(let_chains)]
#![cfg_attr(bootstrap, feature(let_chains))]
#![feature(let_else)]
#![feature(linkage)]
#![feature(min_specialization)]
Expand Down

0 comments on commit 39960c4

Please sign in to comment.