Remove a warning.

This commit is contained in:
Yifan Wu 2021-07-12 22:11:34 +08:00
parent fb9855b5ef
commit 265bbaefe4

View File

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