mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 06:01:05 -05:00
Replace wildcard match `_` with explicit enum variants `DistanceType::Dot | DistanceType::L1 | DistanceType::L2` to satisfy clippy's wildcard_enum_match_arm lint. Co-authored-by: Cursor Agent <agent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>