Fix a warning.

This commit is contained in:
Yifan Wu 2023-02-08 11:38:00 +08:00
parent ada05c3323
commit c1e30a1bf6

View File

@ -1,5 +1,5 @@
use crate::mm::{
frame_alloc, frame_dealloc, kernel_token, FrameTracker, PageTable, PhysAddr, PhysPageNum,
frame_dealloc, kernel_token, FrameTracker, PageTable, PhysAddr, PhysPageNum,
StepByOne, VirtAddr, frame_alloc_more,
};
use crate::sync::UPIntrFreeCell;