mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-17 22:58:08 -05:00
Improve error message if no exercise exists
This commit is contained in:
parent
27999f2d26
commit
5b7368c46d
1 changed files with 1 additions and 1 deletions
|
@ -135,4 +135,4 @@ impl InfoFile {
|
||||||
}
|
}
|
||||||
|
|
||||||
const NO_EXERCISES_ERR: &str = "There are no exercises yet!
|
const NO_EXERCISES_ERR: &str = "There are no exercises yet!
|
||||||
If you are developing third-party exercises, add at least one exercise before testing.";
|
Add at least one exercise before testing.";
|
||||||
|
|
Loading…
Reference in a new issue