mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-18 06:58:10 -05:00
Remove outdated comments
This commit is contained in:
parent
9705c161b4
commit
fc5fc0920f
1 changed files with 0 additions and 2 deletions
|
@ -435,7 +435,6 @@ impl AppState {
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Notify the progress bar that this exercise is pending.
|
|
||||||
if exercise_progress_sender
|
if exercise_progress_sender
|
||||||
.send((exercise_ind, ExerciseCheckProgress::Checking))
|
.send((exercise_ind, ExerciseCheckProgress::Checking))
|
||||||
.is_err()
|
.is_err()
|
||||||
|
@ -450,7 +449,6 @@ impl AppState {
|
||||||
Err(_) => ExerciseCheckProgress::None,
|
Err(_) => ExerciseCheckProgress::None,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Notify the progress bar that this exercise is done.
|
|
||||||
if exercise_progress_sender
|
if exercise_progress_sender
|
||||||
.send((exercise_ind, progress))
|
.send((exercise_ind, progress))
|
||||||
.is_err()
|
.is_err()
|
||||||
|
|
Loading…
Reference in a new issue