Commit 3fbd680
fix: Address clippy warnings in Join::try_new
Fixed two clippy warnings:
1. doc_lazy_continuation: Added blank lines to properly separate doc comment
paragraphs for the null_aware field documentation
2. too_many_arguments: Added #[expect(clippy::too_many_arguments)] attribute
to Join::try_new since 8 parameters are necessary for complete join
specification
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e5d7dac commit 3fbd680
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3785 | 3785 | | |
3786 | 3786 | | |
3787 | 3787 | | |
| 3788 | + | |
3788 | 3789 | | |
3789 | 3790 | | |
3790 | 3791 | | |
| 3792 | + | |
3791 | 3793 | | |
3792 | 3794 | | |
3793 | 3795 | | |
| |||
3812 | 3814 | | |
3813 | 3815 | | |
3814 | 3816 | | |
| 3817 | + | |
3815 | 3818 | | |
3816 | 3819 | | |
3817 | 3820 | | |
| |||
0 commit comments