Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this change, I'm seeing the following error when trying to use the `BumpWrapper` feature in my own code. ``` error[E0423]: cannot initialize a tuple struct which contains private fields | | HashSet::new_in(BumpWrapper(arena)) | ^^^^^^^^^^^ constructor is not visible here due to private fields ```
- Loading branch information