Map::keys and Map::values can be used method-call style.
This commit is contained in:
@@ -16,7 +16,7 @@ mod inner {
|
||||
pub use core_error as error;
|
||||
|
||||
pub mod collections {
|
||||
pub use hashbrown::{HashMap, HashSet};
|
||||
pub use hashbrown::{hash_map, hash_set, HashMap, HashSet};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user