Conversation
Member
zTgx
commented
Apr 16, 2026
- Remove unused clippy step and enable test job that was previously commented out
- Remove commented out doctest job and release build check section
- Clean up workflow by removing unnecessary code blocks
- Remove unused clippy step and enable test job that was previously commented out - Remove commented out doctest job and release build check section - Clean up workflow by removing unnecessary code blocks
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Reformat multi-line imports to improve code readability across multiple files including python/src/lib.rs and rust/src/lib.rs - Shorten long lines in format! macros and function calls to stay under 100 character limit in various modules - Reorder imports alphabetically and consolidate multi-line import statements in client modules (engine.rs, indexer.rs, retriever.rs) - Adjust indentation and line breaks in error handling and test assertions for better code formatting consistency
- remove --all-targets flag from cargo clippy command - keep --all-features and -D warnings flags for consistency
- Change `cargo doc --no-deps --all-features` to `cargo doc -p vectorless --no-deps --all-features` - This targets documentation generation specifically for the vectorless package
- Simplify description in Engine::query_streaming to use "receiver that yields retrieval events" instead of detailed type reference - Update error module documentation to use proper rustdoc syntax with `[@enum@Error]` for better documentation generation
- change clippy warning level from all warnings to only correctness lints - this allows other non-critical lint issues to pass in CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.