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
- Replace min().max() with clamp() for cleaner bounds checking
- Implement FromStr trait for LibrarySortColumn instead of custom from_str
- Use matches! macro instead of match expression for boolean returns
- Allow clippy::too_many_arguments for Tauri command (unavoidable)
- Update tests to use FromStr trait implementation
- Remove unused import
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments