1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00

avoid ambiguous resolution in cargo test --all

This commit is contained in:
Wez Furlong 2019-10-28 00:18:46 -07:00
parent c3d8f26e3e
commit e8dbf18bb6

View File

@ -7,4 +7,4 @@ pub mod xkeysyms;
pub use bitmap::*;
pub use connection::*;
pub use keyboard::*;
pub use window::*;
pub use self::window::*;