]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge