Commit e08a14b
fix(spawn): prefix unused child_pid parameter with underscore
The child_pid parameter is only used on Unix platforms within a
#[cfg(unix)] block, causing an unused variable warning on other
platforms. Prefix with underscore to indicate intentional unused.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7903296 commit e08a14b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments