mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
- Replaced `values.get(0)` with `values.first()` for improved clarity and consistency across multiple files. - Simplified conditional checks with `.is_empty()` and `format_args!` to enhance readability. - Implemented `Default` trait for `VariableMode` directly within the enum. - Updated error handling by boxing errors in `RepositoryError` and `CatalogError`. - Replaced redundant `else` blocks with streamlined logic. |
||
|---|---|---|
| .. | ||
| advice.rs | ||
| mod.rs | ||