master
ondra05 2022-04-12 00:23:27 +02:00
parent d549b3ee6a
commit b9eacafe25
1 changed files with 3 additions and 3 deletions

View File

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