mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
f701a5cc38
Remove creation of duplicate `AnonPipe` The `File` is unwrapped to a `Handle` into an `AnonPipe`, and then that `AnonPipe` was unwrapped to a `Handle` into another `AnonPipe`. The second operation is entirely redundant.