Files
lan-mouse/lan-mouse-gtk/src
Jon Kinney f252567ef9 chore: silence two pre-existing clippy lints
- macos_privacy.rs: drop the redundant inner #![cfg(target_os
  = "macos")]; lib.rs already gates the mod declaration with
  #[cfg(target_os = "macos")] (clippy::duplicated_attributes).
- macos_status_item.rs: inline status_item into the format
  string (clippy::uninlined_format_args).

No behavior change. Brings `cargo clippy --workspace
--all-targets --all-features -- -D warnings` back to clean.
2026-04-29 22:59:43 +02:00
..
2025-03-15 01:21:53 +01:00
2024-09-04 17:29:29 +02:00
2026-04-29 22:59:43 +02:00