From 6e827da570278b6ff282f3b5c23e2ab95624117e Mon Sep 17 00:00:00 2001
From: mo8it <mo8it@proton.me>
Date: Fri, 12 Apr 2024 19:18:16 +0200
Subject: [PATCH] It doesn't take minutes :P

---
 src/app_state.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app_state.rs b/src/app_state.rs
index b1440e8a..18d9e2ae 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.
 
 ";