chore: Cleanup some warnings

This commit is contained in:
Victoria Brekenfeld 2025-02-17 18:18:12 +01:00 committed by Victoria Brekenfeld
parent fff9b357f6
commit 7af3650b83

View file

@ -3,9 +3,7 @@
use crate::state::State;
use anyhow::{anyhow, Context, Result};
use cosmic_comp_config::NumlockState;
use smithay::backend::input::{self as smithay_input};
use smithay::reexports::{calloop::EventLoop, wayland_server::DisplayHandle};
use smithay::utils::SERIAL_COUNTER;
use tracing::{info, warn};
pub mod render;