Fix HashSet retain fn mut signature and make HashSet Iter pub - #93
Fix HashSet retain fn mut signature and make HashSet Iter pub #934r33x wants to merge 9 commits into
Conversation
|
Ah, I meant to do this as part of #80. I think I would prefer making the |
|
Rebased, made the map and set modules public, removed some map imports from the lib.rs, and addressed all Clippy lints (stable 1.94) in the tests except clippy::needless_range_loop If you want, I can split clippy changes into separate PR |
|
@ibraheemdev Could you take a look, please? |
|
Sorry I've been on vacation for a little while, I'll try to get to this soon. |
|
Sorry for the wait. I split out the |
|
Removed, also bumped version to comply with CI |
HashSet Iter struct is needed for NewType patterns