mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
Remove unused import
This commit is contained in:
+1
-4
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user