]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 4 Oct 2021 06:13:18 +0000 (23:13 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 06:13:18 +0000 (23:13 -0700)
commitf2ec71fe74ca9db59dbcc43983d689ca31139779
tree8b3dc512a526daaeb3ea3c8d09abe2f8d865d286
parente500f1c1e9de96edc3ac1ce1bccc0f241fa41c0a
parent22112e439092e26536a9c9aaa35e892ce36afbea
Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay

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.