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(enterprise): resolve clippy warnings in license commands
- Use if-let chains with && syntax for collapsible if statements
- Replace manual range checks with RangeInclusive::contains()
- Ensures clean CI pipeline for PR #308
0 commit comments