1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

It doesn't take minutes :P

This commit is contained in:
mo8it 2024-04-12 19:18:16 +02:00
parent 279ebdc153
commit 6e827da570

View File

@ -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.
";