Commit 1ffd39e
fix: remove unused CommandExt import in unix cfg blocks
tokio::process::Command already exposes process_group() natively on
Unix — the std::os::unix::process::CommandExt trait import is redundant.
Clippy on Linux CI catches this as an unused import (promoted to error
with -D warnings). On Windows locally, #[cfg(unix)] blocks are compiled
out entirely so clippy never sees them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>1 parent 1d13da1 commit 1ffd39e
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
| |||
0 commit comments