miroir/crates
jedarden a3fdda208c fix(clippy): auto-fix format strings and deprecated IndexMap::remove
Address clippy warnings by:
- Prefixing unused variables with underscore
- Adding #[allow(dead_code)] for intentionally unused helper functions
- Using div_ceil() instead of manual ceiling division
- Simplifying map_or() to is_some_and()
- Fixing type complexity issues with type aliases
- Using .copied() instead of .map(|k| *k)
- Fixing digit grouping inconsistencies (3_600_000)
- Adding #[allow(non_snake_case)] for Meilisearch API-compatible structs
- Removing unnecessary casts
- Fixing await_holding_lock issues

Closes: bf-66nh

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 01:14:31 -04:00
..
miroir-core fix(clippy): auto-fix format strings and deprecated IndexMap::remove 2026-05-26 01:14:31 -04:00
miroir-ctl fix(clippy): auto-fix format strings and deprecated IndexMap::remove 2026-05-26 01:14:31 -04:00
miroir-proxy fix(clippy): auto-fix format strings and deprecated IndexMap::remove 2026-05-26 01:14:31 -04:00