mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 23:35:44 +00:00
More work on Ext & calls.
This commit is contained in:
@@ -25,4 +25,6 @@ pub use std::ptr;
|
||||
pub use std::rc;
|
||||
pub use std::slice;
|
||||
pub use std::vec;
|
||||
pub use std::collections::hash_map;
|
||||
pub mod collections {
|
||||
pub use std::collections::hash_map;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,9 @@ extern crate pwasm_alloc;
|
||||
pub use alloc::boxed;
|
||||
pub use alloc::rc;
|
||||
pub use alloc::vec;
|
||||
pub use alloc::collections::hash_map;
|
||||
pub mod collections {
|
||||
pub use alloc::collections::hash_map;
|
||||
}
|
||||
pub use core::cell;
|
||||
pub use core::cmp;
|
||||
pub use core::intrinsics;
|
||||
|
||||
Reference in New Issue
Block a user