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
sort: refine error handling and localize field parsing errors (uutils#10068)
* sort: refactor error handling and localize field parsing errors
* style(test): fix formatting and spell-checker ignore in sort tests
- Add 'dfgi' to spell-checker ignore list for accurate linting
- Reformat tuple and method call in test_conflict_check_out for consistency and to resolve clippy warnings
* refactor(sort): use Self::default() and remove unnecessary .into() in error handling
- Changed `ModeFlags::default()` to `Self::default()` for better idiomatic Rust code.
- Removed `.into()` call in `FieldSelector::from` method as it was redundant, simplifying error construction.
0 commit comments