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 unnecessary .clone() on Copy types (AgentStyle)
- Add #[allow(clippy::too_many_arguments)] to execute_loop
- Replace map_or with is_none_or for cleaner Option handling
- Use sort_by_key with Reverse for hunks sorting
- Use RangeInclusive::contains for CJK character detection
- Add #[allow(dead_code)] to PLAN_PARALLEL_RESULTS constant
0 commit comments