Remove a warning.

This commit is contained in:
Yifan Wu 2021-07-12 22:11:34 +08:00
parent 92b949a01f
commit 8dfbb05fc2

View file

@ -1,5 +1,4 @@
use crate::trap::TrapContext;
use crate::task::TaskContext;
use crate::config::*;
#[repr(align(4096))]