mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-15 07:54:14 +00:00
Remove unnecessary unsafe block in `process_unix` Because it's nested under this unsafe fn! This block isn't detected as unnecessary because of a bug in the compiler: #88260.