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 @@ Rust MIR: a lowered representation of Rust.
*/
#![feature(assert_matches)]
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(crate_visibility_modifier)]