Change HashMap to BTreeMap.
This commit is contained in:
@@ -164,7 +164,7 @@ pub type Array = stdlib::vec::Vec<Dynamic>;
|
||||
///
|
||||
/// Not available under `no_object`.
|
||||
#[cfg(not(feature = "no_object"))]
|
||||
pub type Map = stdlib::collections::HashMap<ImmutableString, Dynamic>;
|
||||
pub type Map = stdlib::collections::BTreeMap<ImmutableString, Dynamic>;
|
||||
|
||||
#[cfg(not(feature = "no_module"))]
|
||||
pub use module::ModuleResolver;
|
||||
|
Reference in New Issue
Block a user