1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00

Remove unused import

This commit is contained in:
mo8it 2024-04-12 18:58:01 +02:00
parent 8bd03093eb
commit 44824718b2

View File

@ -4,10 +4,7 @@ use crossterm::{
terminal::{size, Clear, ClearType}, terminal::{size, Clear, ClearType},
ExecutableCommand, ExecutableCommand,
}; };
use std::{ use std::io::{self, StdoutLock, Write};
io::{self, StdoutLock, Write},
process::Output,
};
use crate::{ use crate::{
app_state::{AppState, ExercisesProgress}, app_state::{AppState, ExercisesProgress},