Remove static_assertions

This commit is contained in:
Ruihan Li
2025-03-03 10:40:40 +08:00
committed by Tate, Hongliang Tian
parent 0c028a7d8c
commit 9e1c939a3f
18 changed files with 31 additions and 33 deletions

View File

@ -24,7 +24,6 @@
#![warn(missing_docs)]
extern crate alloc;
extern crate static_assertions;
pub mod arch;
pub mod boot;