Commit c680acf
chore: clippy fixes for 0.1.2
- #[allow(clippy::too_many_arguments)] on OpenRouterClient::call_once
(8 args after audit-passthrough plumbing; refactor would distort the
request struct shape for a single-call-site lint nudge — not worth it)
- `parsed.choices.iter().next()` → `.first()` per clippy::iter_next_slice
Both surfaced by CI's `cargo clippy --workspace --all-targets -- -D warnings`
on the v0.1.2 bump commit; local `cargo build` doesn't gate on warnings.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f413378 commit c680acf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | | - | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments