diff options
| author | mo8it <mo8it@proton.me> | 2024-04-12 18:58:01 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-12 18:58:01 +0200 |
| commit | 44824718b2155268c79d1ce216abc770df94d05d (patch) | |
| tree | 2514a64cb842ed4b6688b0591c2fbc706457d500 /src/watch | |
| parent | 8bd03093eb314f799d7daafbd3f7dcea9a5ef148 (diff) | |
Remove unused import
Diffstat (limited to 'src/watch')
| -rw-r--r-- | src/watch/state.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs index 70b6ae4..6a97637 100644 --- a/src/watch/state.rs +++ b/src/watch/state.rs @@ -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}, |
