miroir/crates
jedarden 97d3fe7bb9 Fix scatter.rs compilation error in execute_scatter
Removed redundant intermediate collect() that was causing a type mismatch.
The join_all().await already returns Vec<Result<ShardHitPage>>, which can
be collected directly into Result<Vec<_>>.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 19:17:53 -04:00
..
miroir-core Fix scatter.rs compilation error in execute_scatter 2026-05-13 19:17:53 -04:00
miroir-ctl Phase 0 (miroir-qon): Add serial_test annotation to fix test race condition 2026-05-09 02:19:32 -04:00
miroir-proxy Fix typo in primary key header name (X-Meiroil → X-Miroir) 2026-05-09 15:36:41 -04:00