mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-14 16:21:23 +00:00
change imports
This commit is contained in:
parent
7366384861
commit
0837464ec4
@ -36,6 +36,6 @@ mod std {
|
|||||||
pub use alloc::{vec, string, boxed, borrow};
|
pub use alloc::{vec, string, boxed, borrow};
|
||||||
|
|
||||||
pub mod collections {
|
pub mod collections {
|
||||||
pub use alloc::{BTreeMap, BTreeSet};
|
pub use alloc::collections::{BTreeMap, BTreeSet};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user