Review comments

This commit is contained in:
Michael Goulet 2024-08-19 13:17:59 -04:00
parent 70641356dc
commit c1d041036e
2 changed files with 40 additions and 48 deletions

View file

@ -30,6 +30,7 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(array_windows)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(extract_if)]