Skip to content
Snippets Groups Projects
Commit 6be7eee7 authored by satellitex's avatar satellitex Committed by Gavin Wood
Browse files

add btree_set with std (#2444)

parent b6d5f685
Branches
No related merge requests found
......@@ -35,4 +35,5 @@ pub use std::result;
pub mod collections {
pub use std::collections::btree_map;
pub use std::collections::btree_set;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment