mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 21:47:39 -05:00
* Fix small typos in comments across segment and storage crates - AddLearnerPeer -> AddLearnerNode (the ConfChangeType name used by the matched WAL entries) - 'adding adding' -> 'adding' in the progress_tracker debug assertion - CanellationToken -> CancellationToken in the snapshots recovery comment - 'any of of' -> 'any of' and 'valuse_set' -> 'value_set' in json_path comments - 'is not not changed' -> 'is not changed' in the mutable null index * Style: collapse the debug_assert to one line per rustfmt Nightly rustfmt prefers the single-line form now that the message fits (follow-up to the typo fix).