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/main.rs | |
| parent | f32a25eefefa23a0849a8f3c2710bcfd4fd8d5a0 (diff) | |
| download | niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.gz niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.bz2 niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.zip | |
Fix new warnings
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 5f475993..cc5c7545 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ use niri::utils::{cause_panic, version, IS_SYSTEMD_SERVICE}; use niri_config::Config; use portable_atomic::Ordering; use sd_notify::NotifyState; -use smithay::reexports::calloop::{self, EventLoop}; +use smithay::reexports::calloop::EventLoop; use smithay::reexports::wayland_server::Display; use tracing_subscriber::EnvFilter; |
