mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-07-31 05:52:03 +00:00
Merge pull request #93 from paritytech/fix-nightly
Fix nightly compilation
This commit is contained in:
@@ -36,6 +36,6 @@ mod std {
|
||||
pub use alloc::{vec, string, boxed, borrow};
|
||||
|
||||
pub mod collections {
|
||||
pub use alloc::{BTreeMap, BTreeSet};
|
||||
pub use alloc::collections::{BTreeMap, BTreeSet};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user