Commit 0a38b24
fix: Allow clippy::too_many_arguments on extracted functions
The print_agent_def_detail and print_schedule_detail functions mirror
the Response enum variant fields directly. Adding the allow attribute
satisfies CI clippy (-D warnings) without restructuring the API.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8c4cd89 commit 0a38b24
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
0 commit comments