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

@ -1,6 +1,5 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(associated_type_defaults)]
#![feature(control_flow_enum)]
#![feature(rustc_private)]
#![feature(try_blocks)]
#![feature(let_chains)]