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
- Remove unused get_fully_qualified_name method
- Combine duplicate if blocks with identical code using || operator
Fixes clippy warnings:
- dead_code: method get_fully_qualified_name is never used
- if_same_then_else: identical blocks in if/else chain
0 commit comments