chroma-core / chroma

the AI-native open-source embedding database
https://www.trychroma.com/
Apache License 2.0
15.45k stars 1.3k forks source link

[CHORE] Clippy for more. #2871

Closed rescrv closed 1 month ago

rescrv commented 1 month ago

Left some of worker untouched for concurrent PRs.

Description of changes

Summarize the changes made by this PR.

Test plan

How are these changes tested?

Documentation Changes

Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?

github-actions[bot] commented 1 month ago

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

rescrv commented 1 month ago

I've added comments to the non-test stuff marked as test. In short, it's because it's only used in tests right now. Easy to change.

rescrv commented 1 month ago

I'm going to do clippy action in a separate pr. There are six failures I still need to address.