mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
The cast_possible_wrap lint fix changed `pid as i32` to `i32::try_from(pid).unwrap()`, but the unwrap panics when the PID exceeds i32::MAX (e.g. u32::MAX used in tests). Return false instead since such values are not valid Unix PIDs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||