You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all clippy warnings: dead code, unused fields, type complexity
- Prefix unused Args fields (handle, app_id, parent_window) with underscore
- Add #[allow(dead_code)] to DmabufHelper methods reserved for future use
- Replace unwrap-after-is_some with if-let pattern in screenshot.rs
- Add #[allow(clippy::large_enum_variant)] for Msg enums
- Add #[allow(clippy::type_complexity)] for Session close_cb and access choices
- Add #[allow(clippy::too_many_arguments)] for ScreenshotSelection::new
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments