let_else does not require a feature flag anymore

This commit is contained in:
2024-03-13 07:57:54 -04:00
parent 5b62e4e1ff
commit 974963d27c

View File

@@ -1,6 +1,5 @@
#![feature(proc_macro_hygiene, decl_macro)] #![feature(proc_macro_hygiene, decl_macro)]
#![feature(seek_stream_len)] #![feature(seek_stream_len)]
#![feature(let_else)]
#[allow(unused_imports)] #[allow(unused_imports)]
#[allow(unused_macros)] #[allow(unused_macros)]