mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* Fix clippy in linting workflow * Add toolchain override flag * Add components to toolchain installation explicitly * Add --workspace flag to clippy to check all packages * Remove unnecessary clones * remove redundant .clone() calls * fix wrong arguments order in tests (typo) * Fix vec! macro usage in test * Correct redundant assert! usages * Provide a quick fix for 'unused' test function lint * fix unsound Send + Sync * fix clippy complains * fmt * fix clippy Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>