1
Fork 0

Stabilize ops::ControlFlow (just the type)

This commit is contained in:
Scott McMurray 2021-05-23 10:21:25 -07:00
parent 3bcaeb0bf9
commit 65a0a8b386
8 changed files with 45 additions and 13 deletions

View file

@ -11,7 +11,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(box_patterns)]
#![feature(bool_to_option)]
#![feature(control_flow_enum)]
#![feature(crate_visibility_modifier)]
#![feature(format_args_capture)]
#![feature(iter_zip)]