Fix warnings
This commit is contained in:
parent
cc3fbaf968
commit
9169cbb657
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ use crossterm::event::{KeyCode, KeyEvent};
|
|||
use crossterm::style::{ContentStyle, Stylize};
|
||||
use parking_lot::FairMutex;
|
||||
use tokio::sync::mpsc;
|
||||
use toss::frame::{Frame, Pos, Size};
|
||||
use toss::frame::{Frame, Size};
|
||||
use toss::styled::Styled;
|
||||
use toss::terminal::Terminal;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue