Fix compile warnings on nightly
Should fix CI test.
This commit is contained in:
parent
4031f584ef
commit
2fbf0081ea
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::state::State;
|
||||
use crate::wayland::protocols::a11y::A11yHandler;
|
||||
use crate::{config::ScreenFilter, state::State};
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use cosmic_comp_config::NumlockState;
|
||||
use cosmic_config::CosmicConfigEntry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue