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?
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?