]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514
authorYuki Okushi <jtitor@2k36.org>
Fri, 6 Aug 2021 02:21:33 +0000 (11:21 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 02:21:33 +0000 (11:21 +0900)
commit13f9a4c309eb35d0d2f48194edea044530177171
treebc3a3b934c0da801aa1bb6f35122a81f32584937
parent5a36cdb9d27b4c644adc47d3ee6dca58d1a45f3f
parentf280a126b291bf7f6040db1214cdad5877811b6d
Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514

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.