Commit c856946
rt(threadpool): avoid unused_mut warning when acme feature is off
The ACME min-workers adjustment is cfg-gated, so `let mut workers` was
never mutated in non-acme builds, warning under the feature-combo CI job.
Shadow instead of mutating so every feature combination stays warning-clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c1344bf commit c856946
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments