mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-15 19:31:03 +00:00
change imports
This commit is contained in:
+1
-1
@@ -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};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user