-
Notifications
You must be signed in to change notification settings - Fork 104
Fix clippy #707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix clippy #707
Conversation
WalkthroughPublic API signatures were updated across client, documents, and indexes modules to add explicit lifetimes to query-builder return types. Implementations and control flow remain unchanged. The changes align returned builders with the lifetime of borrowed inputs (self or client/index references). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-06-12T13:28:23.700Z
Applied to files:
🧬 Code graph analysis (2)src/indexes.rs (3)
src/documents.rs (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (8)
Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #707 +/- ##
==========================================
+ Coverage 85.67% 85.69% +0.02%
==========================================
Files 19 19
Lines 5883 5853 -30
==========================================
- Hits 5040 5016 -24
+ Misses 843 837 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bors merge
Build succeeded:
|
Summary by CodeRabbit
Refactor
Chores
Notes