Apply pedantic Clippy lints

This commit is contained in:
mo8it
2026-03-14 17:29:37 +01:00
parent 0ffeb14402
commit 337f6b1521
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ impl AppState {
.is_err()
{
break;
};
}
let success = exercise.run_exercise(None, &slf.cmd_runner);
let progress = match success {