MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap
It is a more descriptive name and with upcoming changes there will be nothing "mini" about them.
This commit is contained in:
5
compiler/rustc_data_structures/src/sso/mod.rs
Normal file
5
compiler/rustc_data_structures/src/sso/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod map;
|
||||
mod set;
|
||||
|
||||
pub use map::SsoHashMap;
|
||||
pub use set::SsoHashSet;
|
||||
Reference in New Issue
Block a user