Skip to content

Commit 47f7672

Browse files
author
fmoko
authored
fix(generics3): clarify grade change
2 parents 66ec916 + dd54ccf commit 47f7672

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exercises/generics/generics3.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
// However, the school also issues alphabetical grades (A+ -> F-) and needs
55
// to be able to print both types of report card!
66

7-
// Make the necessary code changes to support alphabetical report cards, thereby making
8-
// the second test pass.
7+
// Make the necessary code changes in the struct ReportCard and the impl block
8+
// to support alphabetical report cards. Change the Grade in the second test to "A+"
9+
// to show that your changes allow alphabetical grades.
10+
11+
// Execute 'rustlings hint generics3' for hints!
912

1013
// I AM NOT DONE
1114

0 commit comments

Comments
 (0)