mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-17 22:58:08 -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;
|
||||
};
|
||||
|
||||
// Notify the progress bar that this exercise is pending.
|
||||
if exercise_progress_sender
|
||||
.send((exercise_ind, ExerciseCheckProgress::Checking))
|
||||
.is_err()
|
||||
|
@ -450,7 +449,6 @@ impl AppState {
|
|||
Err(_) => ExerciseCheckProgress::None,
|
||||
};
|
||||
|
||||
// Notify the progress bar that this exercise is done.
|
||||
if exercise_progress_sender
|
||||
.send((exercise_ind, progress))
|
||||
.is_err()
|
||||
|
|
Loading…
Reference in a new issue