mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Remove unused import
This commit is contained in:
parent
8bd03093eb
commit
44824718b2
1 changed files with 1 additions and 4 deletions
|
@ -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},
|
||||||
|
|
Loading…
Reference in a new issue