mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
speculative fix for linux build
This commit is contained in:
parent
0c8cba99af
commit
12d49980c8
@ -6,8 +6,6 @@ use crate::frontend::xwindows::Connection;
|
||||
use crate::frontend::FrontEnd;
|
||||
use crate::mux::tab::Tab;
|
||||
use crate::mux::Mux;
|
||||
use crate::spawn_tab;
|
||||
use failure::Error;
|
||||
use failure::{bail, Error};
|
||||
use mio::{Events, Poll, PollOpt, Ready, Token};
|
||||
use mio_extras::channel::{channel, Receiver as GuiReceiver, Sender as GuiSender};
|
||||
|
Loading…
Reference in New Issue
Block a user