feat(errors): Improve comments and hints

This commit is contained in:
mokou
2022-07-14 18:02:33 +02:00
parent 5e1ca4b995
commit c34e2adcbb
7 changed files with 16 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
// This is a program that is trying to use a completed version of the
// `total_cost` function from the previous exercise. It's not working though!
// Why not? What should we do to fix it?
// Execute `rustlings hint errors3` for hints!
// Execute `rustlings hint errors3` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE