mirror of
https://github.com/wez/wezterm.git
synced 2025-01-08 23:17:36 +03:00
rustfmt
This commit is contained in:
parent
a6cf13e1e2
commit
9301d1900d
@ -5,9 +5,9 @@ use crate::connection::ConnectionOps;
|
||||
use crate::os::wayland::connection::WaylandConnection;
|
||||
#[cfg(feature = "wayland")]
|
||||
use crate::os::wayland::window::WaylandWindow;
|
||||
use crate::screen::Screens;
|
||||
use crate::os::x11::connection::XConnection;
|
||||
use crate::os::x11::window::XWindow;
|
||||
use crate::screen::Screens;
|
||||
use crate::{
|
||||
Appearance, Clipboard, MouseCursor, Rect, RequestedWindowGeometry, ScreenPoint, WindowEvent,
|
||||
WindowOps,
|
||||
|
Loading…
Reference in New Issue
Block a user