summaryrefslogtreecommitdiff
path: root/src/app_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_state.rs')
-rw-r--r--src/app_state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app_state.rs b/src/app_state.rs
index b1440e8..18d9e2a 100644
--- a/src/app_state.rs
+++ b/src/app_state.rs
@@ -222,6 +222,5 @@ impl AppState {
const RERUNNING_ALL_EXERCISES_MSG: &[u8] = b"
All exercises seem to be done.
Recompiling and running all exercises to make sure that all of them are actually done.
-This might take some minutes.
";