1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +03:00

fix warning in latest rust compiler

This commit is contained in:
Wez Furlong 2023-08-28 06:34:46 -07:00
parent 551af58637
commit c1b7ba2f35
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -36,8 +36,6 @@ pub use termwiz::surface::line::*;
pub mod screen;
pub use crate::screen::*;
use termwiz::hyperlink::Hyperlink;
pub mod terminal;
pub use crate::terminal::*;