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

add whitespace in assert!s in core::char #101231

Closed

Commits on Aug 31, 2022

  1. add whitespace in assert!s in core::char

    when `assert!`-ing an expression prefixed with `!`, it moves the
    relevant expression by 1 character. to make such expressions contrast
    with `assert!`ions on expressions that are not prefixed with `!`, i
    suggest adding a space. this is in alignment with the docs for
    `std::ops::Range`.
    oppiliappan committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    94cba88 View commit details
    Browse the repository at this point in the history