Snippets for cosmic-launcher 1.7.0 from Alpine aarch64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/cosmic-launcher/cosmic-launcher-1.7.0-r0.log.
-
warning: unexpected `cfg` condition value: `a11y` --> src/components/list.rs:307:11 | 307 | #[cfg(feature = "a11y")] | ^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `console`, `default`, and `wgpu` = help: consider adding `a11y` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default -
warning: unused import: `get_layer_surface` --> src/app.rs:23:75 | 23 | layer_surface::{Anchor, KeyboardInteractivity, destroy_layer_surface, get_layer_surface}, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default -
warning: unused import: `surface` --> src/app.rs:46:37 | 46 | use cosmic::{Element, keyboard_nav, surface}; | ^^^^^^^ -
warning: unused variable: `size` --> src/app.rs:509:29 | 509 | Message::Opened(size, window_id) => { | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default