mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
4f4ceefe16
Remove `raw_os_nonzero` feature. This feature is superseded by a generic `NonZero` type: https://github.com/rust-lang/rust/issues/120257 Closes https://github.com/rust-lang/rust/issues/82363.