Move MiniSet to data_structures
remove the need for T to be copy from MiniSet as was done for MiniMap
This commit is contained in:
parent
e62323df22
commit
6586c37bec
9 changed files with 46 additions and 50 deletions
|
@ -102,6 +102,7 @@ pub mod work_queue;
|
|||
pub use atomic_ref::AtomicRef;
|
||||
pub mod frozen;
|
||||
pub mod mini_map;
|
||||
pub mod mini_set;
|
||||
pub mod tagged_ptr;
|
||||
pub mod temp_dir;
|
||||
pub mod unhash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue