Skip to content

Fix clippy chunks_exact_to_as_chunks warnings on stable Rust 1.98 - #171

Merged
qdrant-cloud-bot merged 1 commit into
devfrom
fix/clippy-chunks-exact-warnings
Aug 26, 2026
Merged

Fix clippy chunks_exact_to_as_chunks warnings on stable Rust 1.98#171
qdrant-cloud-bot merged 1 commit into
devfrom
fix/clippy-chunks-exact-warnings

Conversation

@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor

Summary

  • Ran cargo clippy --all-targets --all-features with stable Rust 1.98.0 on latest dev
  • Fixed 8 clippy::chunks_exact_to_as_chunks warnings in dataset binary readers (binary.rs, h5.rs, npy.rs) by replacing chunks_exact with as_chunks

Test plan

  • cargo clippy --all-targets --all-features passes with no warnings
  • cargo test — all 161 tests pass

Replace chunks_exact with as_chunks in dataset binary readers for cleaner byte-to-scalar conversion.
@qdrant-cloud-bot
qdrant-cloud-bot force-pushed the fix/clippy-chunks-exact-warnings branch from dda1c12 to dacf1a8 Compare August 26, 2026 13:49
@qdrant-cloud-bot
qdrant-cloud-bot merged commit ada6d89 into dev Aug 26, 2026
5 checks passed
@qdrant-cloud-bot
qdrant-cloud-bot deleted the fix/clippy-chunks-exact-warnings branch August 26, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants