mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Remove unused import
This commit is contained in:
parent
8bd03093eb
commit
44824718b2
@ -4,10 +4,7 @@ use crossterm::{
|
||||
terminal::{size, Clear, ClearType},
|
||||
ExecutableCommand,
|
||||
};
|
||||
use std::{
|
||||
io::{self, StdoutLock, Write},
|
||||
process::Output,
|
||||
};
|
||||
use std::io::{self, StdoutLock, Write};
|
||||
|
||||
use crate::{
|
||||
app_state::{AppState, ExercisesProgress},
|
||||
|
Loading…
Reference in New Issue
Block a user