mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
fix(generics3): clarify grade change
This commit is contained in:
commit
47f7672c03
@ -4,8 +4,11 @@
|
|||||||
// However, the school also issues alphabetical grades (A+ -> F-) and needs
|
// However, the school also issues alphabetical grades (A+ -> F-) and needs
|
||||||
// to be able to print both types of report card!
|
// to be able to print both types of report card!
|
||||||
|
|
||||||
// Make the necessary code changes to support alphabetical report cards, thereby making
|
// Make the necessary code changes in the struct ReportCard and the impl block
|
||||||
// the second test pass.
|
// 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
|
// I AM NOT DONE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user