We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, we don't drop() the keys/values. Maybe we should when we clear the map?
drop()
The text was updated successfully, but these errors were encountered:
Definitley.
If the clears_it_up test is changed to String (instead of str) then miri tells you:
error: memory leaked: alloc47704 (Rust heap, size: 3, align: 1), allocated here:
Sorry, something went wrong.
@alexkazik maybe you can contribute with a pull request?
d2ea751
No branches or pull requests
At the moment, we don't
drop()
the keys/values. Maybe we should when we clear the map?The text was updated successfully, but these errors were encountered: