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: address clippy warnings in diagnostics commands
- Add #[allow(dead_code)] attributes for methods used via trait impl
- Add #[allow(dead_code)] for helper functions
- Ensure all clippy checks pass with -D warnings flag
0 commit comments