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> |
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||