mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
Fix std/core crates (#2489)
- Add convert - Add btree_set for without_std
This commit is contained in:
@@ -32,6 +32,7 @@ pub use std::slice;
|
||||
pub use std::vec;
|
||||
pub use std::default;
|
||||
pub use std::result;
|
||||
pub use std::convert;
|
||||
|
||||
pub mod collections {
|
||||
pub use std::collections::btree_map;
|
||||
|
||||
Reference in New Issue
Block a user