style: linting

This commit is contained in:
Lukas Wölfer
2026-01-24 09:22:51 +01:00
parent d9eaeb1848
commit a8c22061f0
3 changed files with 33 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
//! A guard that restores the terminal state on drop.
use crossterm::cursor::Show;
use crossterm::execute;
use crossterm::terminal::{LeaveAlternateScreen, disable_raw_mode};