-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Misnamed function in collections/hashmap2.rs? #688
Comments
Hello @dimitrijekostic |
@Zerotask No, I'm referring to collections/hashmap2.rs. The hashmap exercises have similarly-named methods in them: |
Oh, it seems I was a bit blind. :D You're right. This is already fixed with #660
|
Very good, I guess I just need to do another pull. Thanks for looking into it! |
Hello, my impression is that the at_least_five_types_of_fruits() test function on lines 67-72 (in the testing module for collections/hashmap2.rs) has a misleading name, and would be more accurately named exactly_five_types_of_fruits(). Or perhaps the body of the function should be different?
The text was updated successfully, but these errors were encountered: