Skip to content

Add test for HashMap::get_mut with non-existent key #623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cppbear
Copy link

@cppbear cppbear commented May 24, 2025

Hi team,

This pull request adds a test aimed at improving the test coverage within the repository.

The primary focus of these tests is on the HashMap::get_mut. We've ensured these tests are robust and cover key scenarios.

map.rs

None => None,

None

raw/mod.rs

probe_seq.move_next(self.bucket_mask);

We appreciate your time in reviewing these additions.

Thanks.

@cppbear
Copy link
Author

cppbear commented May 27, 2025

Hello! I was wondering if there's any feedback on this PR. I've ensured all checks are passing and I'm happy to address any concerns or make changes as needed. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant