mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
f2ec71fe74
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.