mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 13:15:46 +00:00
Update safety comment for new_unchecked in niche_types Change the safety comment on `new_unchecked` to mention the valid range instead of 0. I noticed this while working on https://github.com/model-checking/verify-rust-std