Skip to content

Commit

Permalink
fix(generics3): clarify grade change
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoko committed Aug 25, 2020
2 parents 66ec916 + dd54ccf commit 47f7672
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions exercises/generics/generics3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
// However, the school also issues alphabetical grades (A+ -> F-) and needs
// to be able to print both types of report card!

// Make the necessary code changes to support alphabetical report cards, thereby making
// the second test pass.
// Make the necessary code changes in the struct ReportCard and the impl block
// to support alphabetical report cards. Change the Grade in the second test to "A+"
// to show that your changes allow alphabetical grades.

// Execute 'rustlings hint generics3' for hints!

// I AM NOT DONE

Expand Down

0 comments on commit 47f7672

Please sign in to comment.