mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
d64356f06c
Fix safety comment The size assertion in the comment was inverted compared to the code. After fixing that the implication that `(new_size >= old_size) => new_size != 0` still doesn't hold so explain why `old_size != 0` at this point.