1
Fork 0

Remove feature(control_flow_enum) in tests

This commit is contained in:
Scott McMurray 2024-09-18 11:09:41 -07:00
parent c89b873172
commit ddfd0c701a
21 changed files with 8 additions and 29 deletions

View file

@ -1,6 +1,5 @@
//@ run-pass
#![feature(control_flow_enum)]
#![feature(try_trait_v2)]
use std::ops::{ControlFlow, FromResidual, Try};