Stabilize bool::then_some

This commit is contained in:
Josh Triplett
2022-05-02 01:12:35 -07:00
committed by Mara Bos
parent fed2c43bbf
commit 0fc5c524f5
23 changed files with 1 additions and 25 deletions

View File

@@ -5,7 +5,6 @@
//! This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![feature(let_chains)]
#![feature(let_else)]