Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix safety comment #80774

Merged
merged 1 commit into from
Jan 10, 2021
Merged

Fix safety comment #80774

merged 1 commit into from
Jan 10, 2021

Commits on Jan 7, 2021

  1. 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.
    LingMan authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    769fb8a View commit details
    Browse the repository at this point in the history