Commit a6369f5
refactor: remove ResolvedInputConfig::inference_disabled method
The public field `includes_auto` is clear enough on its own; the
negated helper added indirection without value. Remove it and use
`!includes_auto` directly. Drop redundant test assertions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8ce4762 commit a6369f5
2 files changed
Lines changed: 3 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | 153 | | |
163 | 154 | | |
164 | 155 | | |
| |||
295 | 286 | | |
296 | 287 | | |
297 | 288 | | |
298 | | - | |
299 | 289 | | |
300 | 290 | | |
301 | 291 | | |
| |||
315 | 305 | | |
316 | 306 | | |
317 | 307 | | |
318 | | - | |
319 | 308 | | |
320 | 309 | | |
321 | 310 | | |
| |||
349 | 338 | | |
350 | 339 | | |
351 | 340 | | |
352 | | - | |
353 | 341 | | |
354 | 342 | | |
355 | 343 | | |
| |||
379 | 367 | | |
380 | 368 | | |
381 | 369 | | |
382 | | - | |
383 | 370 | | |
384 | 371 | | |
385 | 372 | | |
| |||
389 | 376 | | |
390 | 377 | | |
391 | 378 | | |
392 | | - | |
393 | 379 | | |
394 | 380 | | |
0 commit comments