1
0
Fork 0
forked from AbleOS/ableos
This commit is contained in:
Erin 2022-04-12 00:23:27 +02:00 committed by ondra05
parent 9ed7dbb34c
commit 1ccd643ff6

View file

@ -63,6 +63,9 @@ pub mod wasm_jumploader;
mod unicode_utils; mod unicode_utils;
#[prelude_import]
pub use prelude::rust_2021::*;
pub use allocator::*; pub use allocator::*;
pub use driver_traits::*; pub use driver_traits::*;
pub use experiments::*; pub use experiments::*;
@ -78,6 +81,3 @@ pub use scratchpad::*;
pub use utils::*; pub use utils::*;
pub use virtio::*; pub use virtio::*;
pub use wasm::*; pub use wasm::*;
#[prelude_import]
pub use prelude::rust_2021::*;