cargo fmt

This commit is contained in:
Yu Chen 2022-06-20 23:32:27 +08:00
parent 45c2caf564
commit a6c8f4de34
13 changed files with 181 additions and 135 deletions

View file

@ -1,9 +1,9 @@
pub mod block;
pub mod chardev;
pub mod plic;
pub mod gpu;
pub mod input;
pub mod plic;
pub use block::BLOCK_DEVICE;
pub use chardev::UART;
pub use gpu::*;
pub use input::*;
pub use input::*;