mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
13f9a4c309
Re-use std::sealed::Sealed in os/linux/process. This uses `std::sealed::Sealed` in `std::os::linux::process` instead of defining new `Sealed` traits there.