Merge pull request #93 from paritytech/fix-nightly

Fix nightly compilation
This commit is contained in:
Nikolay Volf
2018-07-09 18:31:20 +03:00
committed by GitHub

View File

@@ -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};
}
}