Fix warnings
This commit is contained in:
parent
e1ef195198
commit
025bd788cf
1 changed files with 1 additions and 3 deletions
|
|
@ -7,9 +7,7 @@ use tokio::sync::mpsc;
|
|||
use toss::frame::{Frame, Pos, Size};
|
||||
use toss::terminal::Terminal;
|
||||
|
||||
use crate::chat::Chat;
|
||||
use crate::euph;
|
||||
use crate::vault::{EuphMsg, EuphVault, Vault};
|
||||
use crate::vault::Vault;
|
||||
|
||||
use super::room::EuphRoom;
|
||||
use super::{util, UiEvent};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue