diff options
| author | mo8it <mo8it@proton.me> | 2024-08-20 13:54:20 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-20 13:54:20 +0200 |
| commit | 5b7368c46d9369a58075000b03be7f171f230f5c (patch) | |
| tree | 633f0bf73b711d6ac426b14b73d61976919b943c /src/info_file.rs | |
| parent | 27999f2d2678607538d887032e38774a35d438b8 (diff) | |
Improve error message if no exercise exists
Diffstat (limited to 'src/info_file.rs')
| -rw-r--r-- | src/info_file.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info_file.rs b/src/info_file.rs index f27d018..d4e4611 100644 --- a/src/info_file.rs +++ b/src/info_file.rs @@ -135,4 +135,4 @@ impl InfoFile { } 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."; |
