1
Fork 0

Stabilize the map/value methods on ControlFlow

And fix the stability attribute on the `pub use` in `core::ops`.
This commit is contained in:
Scott McMurray 2024-09-18 08:11:55 -07:00
parent 9e394f551c
commit fd5aa07f4f
9 changed files with 7 additions and 22 deletions

View file

@ -3,7 +3,6 @@
#![allow(rustc::potential_query_instability)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(control_flow_enum)]
#![feature(coroutines)]
#![feature(decl_macro)]
#![feature(error_iter)]