Remove let_chain feature gate

It is now stable.
This commit is contained in:
bjorn3
2025-10-25 19:59:27 +02:00
parent 5f983a02fe
commit e371f47f51
-1
View File
@@ -1,6 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(doc_cfg)]
#![feature(let_chains)]
pub use crate::{allocator::*, arch::*, page::*};