Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se

Stabilize `bool::then_some`

FCP completed in https://github.com/rust-lang/rust/issues/80967
This commit is contained in:
Yuki Okushi 2022-05-05 10:20:35 +09:00 committed by GitHub
commit da57b3a832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1 additions and 25 deletions

View file

@ -2,7 +2,6 @@
//!
//! This crate also contains the match exhaustiveness and usefulness checking.
#![allow(rustc::potential_query_instability)]
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(crate_visibility_modifier)]