mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 23:07:29 +00:00
Fix docs for `alloc::realloc` Fixes #108546. Corrects the docs for `alloc::realloc` to bring the safety constraints into line with `Layout::from_size_align_unchecked`'s constraints.