miroir/crates
jedarden 1f894b4dc2 fix(clippy): fix unused imports, variables, and dead code warnings
Fix clippy warnings blocking CI (plan §7 requires -D warnings to pass):
- multi_search.rs: fix format strings, field initialization, unused variables
- anti_entropy_worker.rs: make ModeACoordinator public, prefix unused fields with _, allow dead code for future-use methods
- cdc.rs: allow unused fields and variables (intentionally kept for future use), rename from_str to parse_from_str to avoid std trait confusion
- scatter.rs, mode_b_coordinator.rs, group_sync_worker.rs, mode_a_coordinator.rs: move or remove unused imports
- alias/acceptance_tests.rs, mode_b_acceptance_tests.rs: remove unused imports

These changes fix the initial clippy errors while preserving intentionally-unused code for future use (marked with #[allow(dead_code)] or underscore prefixes).

Closes: bf-ed5n
2026-05-25 08:57:09 -04:00
..
miroir-core fix(clippy): fix unused imports, variables, and dead code warnings 2026-05-25 08:57:09 -04:00
miroir-ctl fix(clippy): apply auto-fixes for unused imports and variables 2026-05-25 05:15:22 -04:00
miroir-proxy fix(proxy): formatting fixes in search_ui and scoped_key_rotation 2026-05-25 08:15:43 -04:00