Commit 1defe1b
Fix additional clippy warnings
- tests/claude_tests.rs: Remove unnecessary reference in comparison
- tests/qwen_tests.rs: Replace collect+is_empty with any() for cleaner code
Both fixes address clippy warnings that are treated as errors with -Dwarnings.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 68e2171 commit 1defe1b
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 111 | + | |
118 | 112 | | |
119 | 113 | | |
120 | 114 | | |
| |||
0 commit comments