mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 09:13:30 +02:00
Remove unneeded line
This commit is contained in:
+1
-1
@@ -152,7 +152,6 @@ fn main() -> Result<ExitCode> {
|
||||
}
|
||||
|
||||
stdout.write_all(b"\n\n")?;
|
||||
|
||||
let pending = app_state.n_pending();
|
||||
if pending == 1 {
|
||||
stdout.write_all(b"One exercise pending: ")?;
|
||||
@@ -167,6 +166,7 @@ fn main() -> Result<ExitCode> {
|
||||
.current_exercise()
|
||||
.terminal_file_link(&mut stdout)?;
|
||||
stdout.write_all(b"\n")?;
|
||||
|
||||
return Ok(ExitCode::FAILURE);
|
||||
} else {
|
||||
app_state.render_final_message(&mut stdout)?;
|
||||
|
||||
Reference in New Issue
Block a user