mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 20:03:22 +00:00
Adjust the format of imports in Asterinas
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
92e488e727
commit
cfcef6965a
@ -8,11 +8,10 @@
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
use component::init_component;
|
||||
|
||||
use alloc::boxed::Box;
|
||||
|
||||
use bitflags::bitflags;
|
||||
use component::ComponentInitError;
|
||||
use component::{init_component, ComponentInitError};
|
||||
use device::{
|
||||
block::device::BlockDevice, console::device::ConsoleDevice, input::device::InputDevice,
|
||||
network::device::NetworkDevice, VirtioDeviceType,
|
||||
|
Reference in New Issue
Block a user