Also remove #![feature(control_flow_enum)] where possible

This commit is contained in:
Scott McMurray 2023-01-18 10:22:21 -08:00
parent 925dc37313
commit 7d57685682
7 changed files with 1 additions and 7 deletions

View file

@ -6,7 +6,6 @@ Rust MIR: a lowered representation of Rust.
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(decl_macro)]
#![feature(exact_size_is_empty)]
#![feature(let_chains)]