1
1
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:
Wez Furlong 2019-06-04 21:34:09 -07:00
parent 0c8cba99af
commit 12d49980c8

View File

@ -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};