diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-22 14:04:18 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-22 14:04:18 +0400 |
| commit | af6485cd8c85665b15ef8d2c812da17604ca4e32 (patch) | |
| tree | 25342f9f4da55b891b1e996ed99ead4dba07a662 /src/niri.rs | |
| parent | f32a25eefefa23a0849a8f3c2710bcfd4fd8d5a0 (diff) | |
| download | niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.gz niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.bz2 niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.zip | |
Fix new warnings
Diffstat (limited to 'src/niri.rs')
| -rw-r--r-- | src/niri.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/niri.rs b/src/niri.rs index 69ae6dec..4e89e269 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -41,9 +41,8 @@ use smithay::output::{self, Output}; use smithay::reexports::calloop::generic::Generic; use smithay::reexports::calloop::timer::{TimeoutAction, Timer}; use smithay::reexports::calloop::{ - self, Idle, Interest, LoopHandle, LoopSignal, Mode, PostAction, RegistrationToken, + Idle, Interest, LoopHandle, LoopSignal, Mode, PostAction, RegistrationToken, }; -use smithay::reexports::input; use smithay::reexports::wayland_protocols::ext::session_lock::v1::server::ext_session_lock_v1::ExtSessionLockV1; use smithay::reexports::wayland_protocols::xdg::shell::server::xdg_toplevel::WmCapabilities; use smithay::reexports::wayland_protocols_misc::server_decoration as _server_decoration; |
