Closed
Description
I was slightly tripped up by quiz2 because I initially saw a bunch of string-ish things in tuples not being used.
I think this patch would help a lot:
- ("blue");
+ ???("blue");
- ("red".to_string());
+ ???("red".to_string());
...
making it obvious even in a comments-removed view what the desired solve action is. (The initial compiler error suggests that I need to add a type hint to .into()
; I slowed down and read the comments because a "quiz" couldn't possibly be that simple.)
Metadata
Metadata
Assignees
Labels
No labels