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
Use checked_div() instead of manual 'if x > 0 { value / x }' patterns:
- token_budget.rs: Use checked_div for budget distribution
- metrics.rs: Use checked_div for mean_ms calculation
- app/state.rs: Use checked_div for chat line estimation
0 commit comments