mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
Adjust the format of imports in Asterinas
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
92e488e727
commit
cfcef6965a
@ -2,12 +2,10 @@
|
||||
|
||||
//! User space.
|
||||
|
||||
use crate::cpu::UserContext;
|
||||
use crate::prelude::*;
|
||||
use crate::task::Task;
|
||||
use crate::vm::VmSpace;
|
||||
use trapframe::TrapFrame;
|
||||
|
||||
use crate::{cpu::UserContext, prelude::*, task::Task, vm::VmSpace};
|
||||
|
||||
/// A user space.
|
||||
///
|
||||
/// Each user space has a VM address space and allows a task to execute in
|
||||
|
Reference in New Issue
Block a user